From ead7cef9fe4dd0868f98936ade677f7a57a87eae Mon Sep 17 00:00:00 2001 From: Hallie Swan <26949006+hallieswan@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:14:43 -0800 Subject: [PATCH] AG-1640: fix precommit --- import-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import-data.sh b/import-data.sh index 3cc2a81..4bc2eb1 100755 --- a/import-data.sh +++ b/import-data.sh @@ -48,7 +48,7 @@ ls -al $TEAM_IMAGES_DIR DATAVERSION_PATH="${DATA_DIR}/dataversion.json" if [ ! -f "${DATAVERSION_PATH}" ]; then DATAVERSION_PATH="${WORKING_DIR}/data-manifest.json" -fi +fi # Import synapse data to database # Not using --mode upsert for now because we don't have unique indexes properly set for the collections