Skip to content

Commit

Permalink
Use the preferred name for Apple's OS
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas McDonnell <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj committed Jun 13, 2023
1 parent ac1f142 commit 23bbd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_molecule_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ fi
check_dependencies

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

0 comments on commit 23bbd14

Please sign in to comment.