Skip to content

Commit e023537

Browse files
committed
fix cond
1 parent 84da615 commit e023537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ check_requirements() {
4848
fi
4949
fi
5050

51-
if [ "${is_every_requirement_met}" ]; then
51+
if $is_every_requirement_met; then
5252
info "required tools are installed."
5353
else
5454
warn "required tools are not installed"

0 commit comments

Comments
 (0)