This commit is contained in:
Mr. Is
2016-07-28 10:16:20 -04:00
parent fca4b4db6b
commit bd6d2e5b8e
2 changed files with 10 additions and 8 deletions

View File

@ -104,7 +104,7 @@ func initConfig() {
if err := viper.ReadInConfig(); err == nil {
// fmt.Println("Using config file:", viper.ConfigFileUsed())
} else {
fmt.Println("No configuration file found. Is there for sure one at " + viper.ConfigFileUsed() + "?")
fmt.Println("No configuration file found. Is there for sure one at $HOME/.go-gogs-cli.yaml?")
}
}