Skip to content

Commit

Permalink
Fix typo in the deployment-gatet script (#4331)
Browse files Browse the repository at this point in the history
  • Loading branch information
NumberFour8 committed Nov 2, 2022
1 parent 2b5f9bd commit fc1c764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployment-gater.sh
Expand Up @@ -55,7 +55,7 @@ check() {
return ${ec}
}

if [ $# -le 1 ]; then
if [ $# -lt 1 ]; then
usage
exit 1
fi
Expand Down

0 comments on commit fc1c764

Please sign in to comment.