consistent casing

This commit is contained in:
2021-04-28 10:54:30 +02:00
parent c1795b2acc
commit 37b26dfc31
4 changed files with 4 additions and 5 deletions

View File

@@ -57,5 +57,4 @@ func initConfig() {
viper.SetConfigName(".autorestic")
}
viper.AutomaticEnv()
internal.GetConfig()
}