Skip to content

Commit

Permalink
2nd little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Sep 11, 2024
1 parent 1ca0215 commit 7d3ddf8
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 @@ -58,7 +58,7 @@ download_data() {
exit_code=$?
set -e

headers=$(sed -n '/^$/q' "$response")
headers=$(sed -n '/^$/q' "$new_input_header")
last_modified=$(echo "$headers" | grep -i 'Last-Modified:' | awk -F': ' '{print $2}')

if [ $exit_code -ne 0 ]; then
Expand Down

0 comments on commit 7d3ddf8

Please sign in to comment.