Skip to content

Commit

Permalink
disable server-side by default
Browse files Browse the repository at this point in the history
Signed-off-by: Mmadu Manasseh <[email protected]>
  • Loading branch information
MeNsaaH committed Nov 30, 2024
1 parent cb0a64b commit 5580aed
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 @@ -121,7 +121,7 @@ func init() {

boolFlag(flags, "server-side-diff", "Enable server-side diff.",
newBoolOpts().
withDefault(true))
withDefault(false))

panicIfError(viper.BindPFlags(flags))
setupLogOutput()
Expand Down

0 comments on commit 5580aed

Please sign in to comment.