Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 2d8c166

Browse files
naomiblackchirayuk
authored andcommitted
chore(travis): Fix bad linebreak in previous commit
1 parent 5ea7fe6 commit 2d8c166

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/travis/setup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ echo Fetch Dart channel: $CHANNEL
88
DART_SDK_ZIP=dartsdk-linux-x64-release.zip
99

1010
echo http://storage.googleapis.com/dart-archive/channels/$CHANNEL/release/latest/sdk/$DART_SDK_ZIP
11-
curl -L http://storage.googleapis.com/dart-archive/channels/$CHANNEL/release/latest/sdk
12-
/$DART_SDK_ZIP > $DART_SDK_ZIP
11+
curl -L http://storage.googleapis.com/dart-archive/channels/$CHANNEL/release/latest/sdk/$DART_SDK_ZIP > $DART_SDK_ZIP
1312
echo Fetched new dart version $(unzip -p $DART_SDK_ZIP dart-sdk/version)
1413
rm -rf dart-sdk
1514
unzip $DART_SDK_ZIP > /dev/null

0 commit comments

Comments
 (0)