Skip to content

Commit

Permalink
Switching to default -q (no output) for wget since current -nv comman…
Browse files Browse the repository at this point in the history
…d still producing too much output in Github CI
  • Loading branch information
scrasmussen committed Oct 24, 2024
1 parent f944a10 commit b2bc7bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/get_aerosol_climo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ print_help() {
echo " --help Show this help message and exit."
}

verbose="-nv"
verbose="-q"
# Parse command-line arguments
while [[ "$#" -gt 0 ]]; do
case $1 in
Expand Down
2 changes: 1 addition & 1 deletion contrib/get_all_static_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ print_help() {
echo " --help Show this help message and exit."
}

verbose="-nv"
verbose="-q"
# Parse command-line arguments
while [[ "$#" -gt 0 ]]; do
case $1 in
Expand Down
2 changes: 1 addition & 1 deletion contrib/get_mg_inccn_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ print_help() {
echo " --help Show this help message and exit."
}

verbose="-nv"
verbose="-q"
# Parse command-line arguments
while [[ "$#" -gt 0 ]]; do
case $1 in
Expand Down
2 changes: 1 addition & 1 deletion contrib/get_thompson_tables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ print_help() {
echo " --help Show this help message and exit."
}

verbose="-nv"
verbose="-q"
# Parse command-line arguments
while [[ "$#" -gt 0 ]]; do
case $1 in
Expand Down

0 comments on commit b2bc7bd

Please sign in to comment.