Skip to content

Commit 74af56c

Browse files
authored
Support older yq versions (#329)
1 parent 9bc1d83 commit 74af56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if [ -n "$VERSION_FILE" ]; then
108108
exit 1
109109
fi
110110

111-
VERSION="$(yq '.environment.flutter' "$VERSION_FILE")"
111+
VERSION="$(yq eval '.environment.flutter' "$VERSION_FILE")"
112112
fi
113113

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

0 commit comments

Comments
 (0)