Skip to content

Commit

Permalink
Address code review from #3004
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Oct 22, 2024
1 parent 4ca4d3d commit fd4fb16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions workflow/generate_workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

###
function _usage() {
cat <<-EOF
cat << EOF
This script automates the experiment setup process for the global workflow.
Options are also available to update submodules, build the workflow (with
specific build flags), specicy which YAMLs and YAML directory to run, and
Expand Down Expand Up @@ -204,8 +204,7 @@ else
echo "The RUNTESTS directory ${_runtests} already exists."
echo "Would you like to remove it?"
_attempts=0
while read -r _from_stdin
do
while read -r _from_stdin; do
if [[ "${_from_stdin^^}" =~ Y ]]; then
rm -rf "${_runtests}"
mkdir -p "${_runtests}"
Expand Down

0 comments on commit fd4fb16

Please sign in to comment.