Skip to content

Commit

Permalink
Remove errant else that wasn't cleaned out
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Dec 15, 2022
1 parent f21a0e5 commit 584580f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jobs/rocoto/arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ if [ $CDUMP = "gfs" ]; then
targrp_list="gfs_flux gfs_${format}b gfs_pgrb2b"
if [ $MODE = "cycled" ] ; then
targrp_list="${targrp_list} gfs_${format}a"
else
fi
for targrp in $targrp_list; do
htar -P -cvf $ATARDIR/$CDATE/${targrp}.tar `cat $ARCH_LIST/${targrp}.txt`
Expand Down

0 comments on commit 584580f

Please sign in to comment.