We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1f142 commit 23bbd14Copy full SHA for 23bbd14
update_molecule_images.sh
@@ -43,6 +43,6 @@ fi
43
check_dependencies
44
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 OSX does not
+# command since the version of xargs distributed with macOS does not
47
# support it.
48
yq '.platforms[].image' < "$source_file" | xargs -n 1 docker pull
0 commit comments