mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-02 19:39:56 -05:00
remove __DOLT_1__ in favor of __DOLT__
This commit is contained in:
@@ -32,7 +32,7 @@ if [ -z "$MODE" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$NOMS_BIN_FORMAT" = "__DOLT_1__" ]; then
|
||||
if [ "$NOMS_BIN_FORMAT" = "__DOLT__" ]; then
|
||||
INIT_BIG_REPO="false"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user