Skip to content

Commit

Permalink
Merge pull request #79 from allcloud-jonathan/fix/broken_build
Browse files Browse the repository at this point in the history
fix broken build
  • Loading branch information
Jonathan committed Dec 10, 2018
2 parents 3bd7bcf + 6435f35 commit f6d742d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var cmdProvidersPassword = &cobra.Command{

err = keyChain.Set(provider, pass)
if err != nil {
fmt.Fatalf("Could not save to keychain: %+v", err)
log.Fatalf("Could not save to keychain: %+v", err)
}
log.Printf(color.GreenString("Saved password for Provider '%s'"), provider)
},
Expand Down

0 comments on commit f6d742d

Please sign in to comment.