Skip to content

Commit cbce3ac

Browse files
authored
Merge pull request #151 from cisagov/improvement/add-a-comment
Add a comment explaining why we can't use a long form of a CLI option
2 parents 7c95424 + 23bbd14 commit cbce3ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

update_molecule_images.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,7 @@ fi
4242

4343
check_dependencies
4444

45+
# Note that we can't use --max-args in place of -n in the xargs
46+
# command since the version of xargs distributed with macOS does not
47+
# support it.
4548
yq '.platforms[].image' < "$source_file" | xargs -n 1 docker pull

0 commit comments

Comments
 (0)