Skip to content

Commit

Permalink
Fix install script: "--" no longer works!
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Oct 6, 2024
1 parent 7b6f09b commit 145e160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/install-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ do
pushd $d
tool=$d
dotnet tool install $tool
dotnet $tool -- --version
dotnet $tool --version
popd
done

0 comments on commit 145e160

Please sign in to comment.