Skip to content

Commit a59a341

Browse files
committed
Rename forgotten GITBASE_UNSTABLE_SQUASH_ENABLE env vars
Signed-off-by: Manuel Carmona <[email protected]>
1 parent b8c8ee3 commit a59a341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/gitbase/cmd/server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
ServerHelp = ServerDescription + "\n\n" +
2020
"The squashing tables and pushing down join conditions is still a\n" +
2121
"work in progress and unstable,disable by default can be enabled\n" +
22-
"using a not empty value at UNSTABLE_SQUASH_ENABLE env variable.\n\n" +
22+
"using a not empty value at GITBASE_UNSTABLE_SQUASH_ENABLE env variable.\n\n" +
2323
"By default when gitbase encounters and error in a repository it\n" +
2424
"stops the query. With GITBASE_SKIP_GIT_ERRORS variable it won't\n" +
2525
"complain and just skip those rows or repositories."
@@ -36,7 +36,7 @@ type Server struct {
3636
Password string `short:"P" long:"password" default:"" description:"Password used for connection"`
3737

3838
// UnstableSquash quashing tables and pushing down join conditions is still
39-
// a work in progress and unstable. To enable it, the UNSTABLE_SQUASH_ENABLE
39+
// a work in progress and unstable. To enable it, the GITBASE_UNSTABLE_SQUASH_ENABLE
4040
// must not be empty.
4141
UnstableSquash bool
4242
// IgnoreGitErrors by default when gitbase encounters and error in a

0 commit comments

Comments
 (0)