Skip to content

Commit

Permalink
fix potential issue with init command
Browse files Browse the repository at this point in the history
  • Loading branch information
avarabyeu committed Mar 23, 2018
1 parent 91eb545 commit 477be5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func listLaunches(c *cli.Context) error {
return nil
}

func initConfiguration() error {
func initConfiguration(c *cli.Context) error {

if configFilePresent() {
prompt := promptui.Select{
Expand Down

0 comments on commit 477be5d

Please sign in to comment.