Skip to content

Commit

Permalink
Merge pull request #112 from kubernauts/interactive-prompt-gofmt-fix
Browse files Browse the repository at this point in the history
Fix gofmt check
  • Loading branch information
ishantanu authored Jul 23, 2019
2 parents 5f8b12b + 9306d5f commit 74eb97b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/common/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ func CopyDir(src string, dst string) (err error) {
return
}


func ProvisionerList() string{
func ProvisionerList() string {
prompt := promptui.Select{
Label: "Select the Tk8 provisioner",
Items: []string{"aws", "cattle-aws", "eks", "rke"},
Expand Down

0 comments on commit 74eb97b

Please sign in to comment.