Skip to content

Commit c1c4404

Browse files
authored
Address SC2236
1 parent a6dcabf commit c1c4404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/develop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Allow toggling verbose output
4-
[[ ! -z ${VERBOSE:-""} ]] && set -x
4+
[[ -n ${VERBOSE:-""} ]] && set -x
55
set -euo pipefail
66

77
SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")

0 commit comments

Comments
 (0)