From 664244c031b25889730052d6ac3d0e0f3ad1c039 Mon Sep 17 00:00:00 2001 From: Chia Wei Ong Date: Fri, 5 Jun 2020 09:25:49 +0200 Subject: [PATCH] doc: silence curl for macOS Catalina acid test --- macOS_Catalina.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macOS_Catalina.md b/macOS_Catalina.md index 9ad2be5535..338ee4a2cd 100644 --- a/macOS_Catalina.md +++ b/macOS_Catalina.md @@ -22,7 +22,7 @@ If `ProductVersion` is less then `10.15` then this document is not for you. Norm ### The acid test To see if `Xcode Command Line Tools` is installed in a way that will work with `node-gyp`, run: ``` -curl -L https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash +curl -sL https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash ``` If test succeeded, _you are done_! You should be ready to install `node-gyp`.