Skip to content

Commit

Permalink
Merge pull request #49 from lucymhdavies/darwin-23
Browse files Browse the repository at this point in the history
Continue the workaround for #42
  • Loading branch information
skylarmacdonald authored Feb 1, 2024
2 parents 9d7561a + 07b213b commit ada286b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/mas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ case $action in
# https://github.com/borksh/bork/issues/42
if [ "$?" -gt 0 ]; then
release=$(get_baking_platform_release)
str_matches "$release" "^21\." || \
str_matches "$release" "^21\." || \
str_matches "$release" "^22\." || \
str_matches "$release" "^23\." || \
return $STATUS_FAILED_PRECONDITION
fi
bake mas list | grep -E "^$appid" > /dev/null
Expand Down

0 comments on commit ada286b

Please sign in to comment.