Skip to content

Commit 6660830

Browse files
committed
fix mv
1 parent aea8235 commit 6660830

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dart/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ arm64)
3434
;;
3535
esac
3636

37-
3837
if [ "${VERSION}" = "latest" ]; then
3938
URL="https://storage.googleapis.com/dart-archive/channels/be/raw/latest/sdk/dartsdk-linux-${SDK_ARCH}-release.zip"
4039
fi
@@ -49,7 +48,7 @@ pushd /tmp/dvcf-dart
4948

5049
curl -sL "${URL}" -o dart.zip
5150
unzip -q dart.zip
52-
mv dart-sdk "${DART_SDK}"
51+
mv dart-sdk/* "${DART_SDK}"/.
5352

5453
popd
5554
rm -rf /tmp/dvcf-dart

0 commit comments

Comments
 (0)