Skip to content

Commit b63e37e

Browse files
authored
Update runtests.sh
1 parent 9a87840 commit b63e37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ MAGENTA="\033[0;95m"
3131
echo "Ensure $DOTNET_ROOT exists: mkdir -p $DOTNET_ROOT"
3232
mkdir -p $DOTNET_ROOT
3333

34-
echo "Symlink sdk: ln -s $HELIX_CORRELATION_PAYLOAD/dotnet/sdk $DOTNET_ROOT/dotnet/sdk"
34+
echo "Symlink sdk: ln -s $HELIX_CORRELATION_PAYLOAD/dotnet/sdk $DOTNET_ROOT/sdk"
3535
ln -s $HELIX_CORRELATION_PAYLOAD/dotnet/sdk $DOTNET_ROOT/sdk
3636

3737
curl -o dotnet-install.sh -sSL https://dot.net/v1/dotnet-install.sh

0 commit comments

Comments
 (0)