Skip to content

Commit 822e7a1

Browse files
committed
Quoting variables
1 parent 49439c3 commit 822e7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

general/install-dotnet-tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ls -la "$HOME/.config/dotnet-tools.json"
77

88
if [ ! -f "$HOME/.config/dotnet-tools.json" ]; then
99

10-
cd $HOME && dotnet new tool-manifest
10+
cd "$HOME" && dotnet new tool-manifest
1111

1212
fi
1313

0 commit comments

Comments
 (0)