Skip to content

Commit

Permalink
fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
bitte-ein-bit committed Dec 10, 2018
1 parent 3bd7bcf commit 6435f35
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 6435f35

Please sign in to comment.