Skip to content

Commit

Permalink
fix module rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Dec 20, 2024
1 parent 178e587 commit 7b9d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ asvec --help
}

cmd.SilenceUsage = true
config.SetDefaultConfName("module asvec")
config.SetDefaultConfName("asvec")
config.BindPFlags(cmd.Flags(), rootFlags.clusterName)

configFile, err := config.InitConfig(rootFlags.confFile, "", cmd.Flags())
Expand Down

0 comments on commit 7b9d5e9

Please sign in to comment.