Skip to content

Commit

Permalink
Support older yq versions (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAunvik authored Nov 23, 2024
1 parent 9bc1d83 commit 74af56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if [ -n "$VERSION_FILE" ]; then
exit 1
fi

VERSION="$(yq '.environment.flutter' "$VERSION_FILE")"
VERSION="$(yq eval '.environment.flutter' "$VERSION_FILE")"
fi

ARR_CHANNEL=("${@:$OPTIND:1}")
Expand Down

0 comments on commit 74af56c

Please sign in to comment.