Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Aug 22, 2024
1 parent 6aa2f82 commit 9ace550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func BindFlags(v *viper.Viper, flagSet *pflag.FlagSet) error {
return err
}

flagSet.BoolP("enable-hns", "", true, "Enables support for HNS buckets")
flagSet.BoolP("enable-hns", "", false, "Enables support for HNS buckets")

if err := v.BindPFlag("enable-hns", flagSet.Lookup("enable-hns")); err != nil {
return err
Expand Down

0 comments on commit 9ace550

Please sign in to comment.