Change default config name to match repo

This commit is contained in:
Torben Nehmer 2022-06-28 19:13:05 +02:00
parent 01e22e2b30
commit 914845e9cb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ can be further customized by you.`,
func init() {
rootCmd.AddCommand(cmdWriteDefaultConfig)
filename := cmdWriteDefaultConfig.Flags().StringP("filename", "f", "conf-default.yml",
filename := cmdWriteDefaultConfig.Flags().StringP("filename", "f", "default-config.yml",
"The config filename to use, defaults to conf-default.yml")
cmdWriteDefaultConfig.Run = func(cmd *cobra.Command, args []string) {