Skip to content

Commit

Permalink
fix(silo-preprocessing): Fix interpolation syntax error
Browse files Browse the repository at this point in the history
Accidentally introduced in "feat(silo-prepro): use hash instead of line
count to test for equality (#1488)" (b0523ad) when changing the
interpolation.
  • Loading branch information
tsibley authored and theosanderson committed Sep 22, 2024
1 parent bf0e31e commit 977049b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loculus/silo_import_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ download_data() {
exit 0
else
echo "Hashes are unequal, deleting old input data dir"
rm -rf "$old_input_data_dir:?}"
rm -rf "$old_input_data_dir"
fi
fi
else
Expand Down

0 comments on commit 977049b

Please sign in to comment.