Skip to content

Commit 4fc8ff1

Browse files
weiliddatrvagg
authored andcommitted
doc: silence curl for macOS Catalina acid test
PR-URL: #2150 Reviewed-By: Rod Vagg <[email protected]>
1 parent 7857cb2 commit 4fc8ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macOS_Catalina.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If `ProductVersion` is less then `10.15` then this document is not for you. Norm
2222
### The acid test
2323
To see if `Xcode Command Line Tools` is installed in a way that will work with `node-gyp`, run:
2424
```
25-
curl -L https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash
25+
curl -sL https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash
2626
```
2727

2828
If test succeeded, _you are done_! You should be ready to install `node-gyp`.

0 commit comments

Comments
 (0)