Skip to content

Commit

Permalink
logo change (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathina2 authored Dec 10, 2020
1 parent c74b721 commit 4bc94d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions pkg/kubestr/kubestr.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ type Kubestr struct {

const Logo = `
**************************************
__ __ ______ _______ _______ ______
| |/ | __ | __|_ _| __ \
| <| __ |__ | | | | <
|__|\__|______|_______| |___| |___|__|
_ ___ _ ___ ___ ___ _____ ___
| |/ / | | | _ ) __/ __|_ _| _ \
| ' <| |_| | _ \ _|\__ \ | | | /
|_|\_\\___/|___/___|___/ |_| |_|_\
Explore your kuberntes storage options
**************************************
`

Expand Down
1 change: 0 additions & 1 deletion pkg/kubestr/storage_provisioners.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func (v *Provisioner) Print() {
fmt.Println()
fmt.Println(" To perform a FIO test, run-")
fmt.Println(" ./kubestr fio -s <storage class>")
fmt.Println(" Validate the results against our benchmarks at <website>. For more options try '-h'.")
switch {
case len(v.VolumeSnapshotClasses) == 0 && v.CSIDriver != nil && v.CSIDriver.SupportsSnapshots():
fmt.Println()
Expand Down

0 comments on commit 4bc94d8

Please sign in to comment.