diff --git a/src/template/fake-template/Content/fake.tool.sh b/src/template/fake-template/Content/fake.tool.sh index 8855a1413ea..342bc559a01 100644 --- a/src/template/fake-template/Content/fake.tool.sh +++ b/src/template/fake-template/Content/fake.tool.sh @@ -22,6 +22,6 @@ FAKE="$TOOL_PATH"/fake if ! [ -e "$FAKE" ] then - dotnet tool install fake-cli --tool-path $TOOL_PATH --version (version) + dotnet tool install fake-cli --tool-path "$TOOL_PATH" --version (version) fi "$FAKE" "$@"