Skip to content

Commit

Permalink
Merge branch 'original-x-count' of https://github.com/loculus-project…
Browse files Browse the repository at this point in the history
…/loculus into original-x-count
  • Loading branch information
corneliusroemer committed Sep 23, 2024
2 parents cb12656 + 35e63ed commit 3b94ef0
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 3b94ef0

Please sign in to comment.