Skip to content

Commit

Permalink
Correct env sourcing in jobs/JGDAS_ATMOS_GLDAS
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Sep 13, 2022
1 parent dd6651f commit cae328b
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 @@ -33,7 +33,7 @@ fi
# Source machine runtime environment
##########################################
# shellcheck source=env/WCOSS2.env
. "${HOMEgfs}/env/${machine:?}.env gldas"
. "${HOMEgfs}/env/${machine:?}.env" gldas
status=$?
[[ ${status} -ne 0 ]] && exit "${status}"

Expand Down

0 comments on commit cae328b

Please sign in to comment.