Skip to content

Commit 6aed28e

Browse files
committed
refactor: use config.yaml as default value for --config arg
The sample config is also ending in "yaml", not "yml".
1 parent fb10013 commit 6aed28e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/certstream-server-go/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ func Execute() {
6363
}
6464

6565
func init() {
66-
rootCmd.PersistentFlags().StringP("config", "c", "config.yml", "Path to the config file")
66+
rootCmd.PersistentFlags().StringP("config", "c", "config.yaml", "Path to the config file")
6767
rootCmd.Flags().BoolP("version", "v", false, "Print the version and exit")
6868
}

0 commit comments

Comments
 (0)