Skip to content

Commit

Permalink
Linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Feb 10, 2025
1 parent 3fb210c commit 96ce799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/globus/run_doorman.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ while IFS= read -r line; do
tmp="${package_name#package_location_}"
ID="${tmp%.tgz}"
IDs="${IDs} ${ID}"
done < <(echo ${packages})
done < <(echo "${packages}")

set +e

Expand Down

0 comments on commit 96ce799

Please sign in to comment.