Skip to content

Commit 14ffbee

Browse files
committed
Update to conform to guidelines
1 parent 777e119 commit 14ffbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/verify-locked-down-signatures.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import_gpg_keys="false"
88
# The whitelisted commit can be set in order to allow github actions to only check changes since origin/master
99
whitelisted_commit="5d41b8a1d9745fbb3ff81ea6ea2eb8f202ca7ed0"
1010

11-
while [ ! $# -eq 0 ]; do
11+
while [ ! "$#" -gt 0 ]; do
1212
case "$1" in
1313
"--import-gpg-keys")
1414
import_gpg_keys="true"

0 commit comments

Comments
 (0)