Skip to content

Commit

Permalink
Switch ignore for disable
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 24, 2025
1 parent 3078ace commit 77f8880
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 @@ -68,7 +68,7 @@ fi
set -e

# Remove the working directory
#shellcheck ignore=SC2050
#shellcheck disable=SC2050
if [[ "{{KEEPDATA}}" == "NO" ]]; then
cd "${HOME}" || echo "Failed to navigate to ${HOME}!" && exit 4
rm -rf "${doorman_dir}"
Expand Down

0 comments on commit 77f8880

Please sign in to comment.