remove __DOLT_1__ in favor of __DOLT__

This commit is contained in:
Andy Arthur
2022-08-09 14:44:26 -07:00
parent 0be856867e
commit 967cf6ae79
39 changed files with 79 additions and 83 deletions
@@ -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