Skip to content

Commit

Permalink
Merge branch 'main' into prealloc-fdtable
Browse files Browse the repository at this point in the history
  • Loading branch information
roypat authored Sep 14, 2023
2 parents cc9f6bd + 24e2e29 commit abdf7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/devtool
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ cmd_distclean() {
}

ensure_ci_artifacts() {
if [ ! command -v aws >/dev/null ]; then
if ! command -v aws >/dev/null; then
die "AWS CLI not installed, which is required for downloading artifacts for integration tests."
fi

Expand Down

0 comments on commit abdf7fe

Please sign in to comment.