Skip to content

Commit

Permalink
removed stray quote
Browse files Browse the repository at this point in the history
  • Loading branch information
mlorbetske committed Dec 12, 2016
1 parent ee04144 commit a08f851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fi
echo You can now use harderreset.sh from anywhere to delete dotnet new3 artifacts

if [ ! -L /usr/local/bin/dotnet-new3 ]; then
echo "Creating symbolic link /usr/local/bin/dotnet-new3 -> $DN3BASEDIR/dev'/dotnet-new3"
echo "Creating symbolic link /usr/local/bin/dotnet-new3 -> $DN3BASEDIR/dev/dotnet-new3"
sudo ln -s "$DN3BASEDIR/dev/dotnet-new3" /usr/local/bin/dotnet-new3
fi

Expand Down

0 comments on commit a08f851

Please sign in to comment.