We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65924e2 commit 5edc85dCopy full SHA for 5edc85d
test/formatters/installers/csharpier.bash
@@ -2,4 +2,4 @@ apt-get install -y dotnet-sdk-8.0
2
3
dotnet tool install csharpier -g
4
5
-cp -L "$HOME/.dotnet/tools/dotnet-csharpier" /usr/local/bin/
+ln -s "$HOME/.dotnet/tools/dotnet-csharpier" /usr/local/bin/
0 commit comments