Skip to content

Commit a49febf

Browse files
fix unknown flutter version issue (git tag version) (sony#209)
Signed-off-by: Hidenori Matsubayashi <[email protected]>
1 parent e712d09 commit a49febf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/internal/shared.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function update_flutter() {
5252
if [[ "$version" != "$(git rev-parse HEAD)" ]]; then
5353
git reset --hard
5454
git clean -xdf
55-
git fetch --depth=1 "$FLUTTER_REPO" "$version"
55+
git fetch --depth=1 "$FLUTTER_REPO" "$version" --tags
5656
git checkout FETCH_HEAD
5757

5858
# Invalidate the cache.

0 commit comments

Comments
 (0)