Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Fix lint nags
Browse files Browse the repository at this point in the history
  • Loading branch information
maetthu committed May 19, 2018
1 parent df0063c commit 1671ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var rootCmd = &cobra.Command{
}

if viper.GetString("keyvault.name") == "" || viper.GetString("keyvault.url") == "" {
return errors.New("Invalid config: at least keyvault.name and keyvault.url need to be set.")
return errors.New("Invalid config: at least keyvault.name and keyvault.url need to be set")
}

return nil
Expand Down

0 comments on commit 1671ece

Please sign in to comment.