Skip to content

Commit

Permalink
Update debug message in 1eqbm_7.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-glisman committed Feb 28, 2024
1 parent a7610cc commit 1f5d5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submission/1eqbm_7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ done

# filter input globals
input_globals=("${input_globals[@]:${idxs[0]}:${#idxs[@]}}")
echo "DEBUG: Running input global directories: ${input_globals[@]}"
echo "DEBUG: Running input global directories:" "${input_globals[@]}"

# start script
date_time=$(date +"%Y-%m-%d %T")
Expand Down

0 comments on commit 1f5d5ce

Please sign in to comment.