Commit 2bf5352
Standardize generate.sh: dotnet tool install + curl --fail
Simplify tool install to just `dotnet tool install --global` (works
whether already installed or not). Add --fail --silent --show-error
to curl invocations so the script aborts on HTTP errors.
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent bbea221 commit 2bf5352
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments