We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49439c3 commit 822e7a1Copy full SHA for 822e7a1
general/install-dotnet-tools
@@ -7,7 +7,7 @@ ls -la "$HOME/.config/dotnet-tools.json"
7
8
if [ ! -f "$HOME/.config/dotnet-tools.json" ]; then
9
10
- cd $HOME && dotnet new tool-manifest
+ cd "$HOME" && dotnet new tool-manifest
11
12
fi
13
0 commit comments