Skip to content

Commit 606b02a

Browse files
committed
fix
1 parent 269c13e commit 606b02a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/serve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ var serveCmd = &cobra.Command{
151151
}
152152

153153
func init() {
154-
serveCmd.Flags().StringVarP(&configFileName, "config", "c", "options.json", "Name of the config file")
154+
serveCmd.Flags().StringVarP(&configFileName, "config", "c", "options", "Name of the config file")
155155

156156
rootCmd.AddCommand(serveCmd)
157157
}

0 commit comments

Comments
 (0)