Skip to content

Commit

Permalink
Update linter directive for machine env line in JGDAS_ATMOS_GLDAS
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Sep 12, 2022
1 parent e27275e commit 7187860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGDAS_ATMOS_GLDAS
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
##########################################
# Source machine runtime environment
##########################################
# shellcheck source=env/${machine}.env
# shellcheck source=env/wcoss2.env
. "${HOMEgfs}/env/${machine:?}.env gldas"
status=$?
[[ ${status} -ne 0 ]] && exit "${status}"
Expand Down

0 comments on commit 7187860

Please sign in to comment.