fix performance-benchmarking/run-benchmarks.sh

This commit is contained in:
Andy Arthur
2022-07-18 11:55:57 -07:00
parent 46b784c78f
commit df5c03aec2

View File

@@ -27,7 +27,7 @@ if [ -z "$MODE" ]; then
exit 1
fi
if [ "$NOMS_BIN_FORMAT" = "__DOLT_1__" ]; then;
if [ "$NOMS_BIN_FORMAT" = "__DOLT_1__" ]; then
INIT_BIG_REPO="false"
fi