Skip to content

Commit

Permalink
Fix number of parameters to update_cri_dockerd
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Sep 28, 2022
1 parent 12a59b9 commit 7cff141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update/cri_dockerd/update_cri_dockerd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -eux -o pipefail

if [ "$#" -ne 2 ]; then
if [ "$#" -ne 3 ]; then
echo "Usage: update_cri_dockerd.sh <version> <commit> <archlist>" >&2
exit 1
fi
Expand Down

0 comments on commit 7cff141

Please sign in to comment.