Skip to content

Commit

Permalink
Correction in naming of option
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Nov 21, 2024
1 parent b0c33b2 commit f33e426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cbuild/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func NewRootCmd() *cobra.Command {
debug, _ := cmd.Flags().GetBool("debug")
verbose, _ := cmd.Flags().GetBool("verbose")
clean, _ := cmd.Flags().GetBool("clean")
noSchemaChk, _ := cmd.Flags().GetBool("noSchemaCheck")
noSchemaChk, _ := cmd.Flags().GetBool("no-schema-check")
packs, _ := cmd.Flags().GetBool("packs")
rebuild, _ := cmd.Flags().GetBool("rebuild")
updateRte, _ := cmd.Flags().GetBool("update-rte")
Expand Down

0 comments on commit f33e426

Please sign in to comment.