Skip to content

Commit

Permalink
Address SC2086 in exglobal_atmos_vminmon.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Nov 28, 2023
1 parent 1ae1bce commit ba6b2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exglobal_atmos_vminmon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ elif [[ ${rc_reduct} -ne 0 ]]; then
err=${rc_reduct}
fi

exit ${err}
exit "${err}"

0 comments on commit ba6b2f9

Please sign in to comment.