Skip to content

Commit

Permalink
debug release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed May 27, 2024
1 parent fb1694a commit 3e6c3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/balena-tests/balena.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# shellcheck disable=SC2154,SC2034,SC1090
set -ae

curl_opts="--retry "${ATTEMPTS}" --fail"
curl_opts="--retry ${ATTEMPTS} --fail"
if [[ $VERBOSE =~ on|On|Yes|yes|true|True ]]; then
set -x
curl_opts="${curl_opts} -v"
Expand Down

0 comments on commit 3e6c3d9

Please sign in to comment.