Skip to content

Commit

Permalink
Remove local declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jul 25, 2024
1 parent 8e28c91 commit 3264de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/rocoto/prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export jobid="${job}.$$"
source "${HOMEgfs}/ush/jjob_header.sh" -e "prep" -c "base prep"

# Strip 'enkf' from RUN for pulling data
local RUN_local="${RUN/enkf}"
RUN_local="${RUN/enkf}"

###############################################################
# Set script and dependency variables
Expand Down

0 comments on commit 3264de1

Please sign in to comment.