Skip to content

Commit

Permalink
Address lint warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 30, 2023
1 parent 87fd614 commit a3cb8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/rocoto/efcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export jobid="${job}.$$"

###############################################################
# Execute the JJOB
${HOMEgfs}/jobs/JGDAS_ENKF_FCST
"${HOMEgfs}/jobs/JGDAS_ENKF_FCST"
status=$?

exit ${status}
2 changes: 1 addition & 1 deletion jobs/rocoto/fcst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export job="fcst"
export jobid="${job}.$$"

# Execute the JJOB
${HOMEgfs}/jobs/JGLOBAL_FORECAST
"${HOMEgfs}/jobs/JGLOBAL_FORECAST"
status=$?

exit ${status}

0 comments on commit a3cb8ef

Please sign in to comment.