Skip to content

Commit

Permalink
Update github_scrubber.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuC authored and MathieuC committed May 8, 2021
1 parent ba94189 commit 9b9100e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ExtensionStore/github_scrubber.js
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ Object.defineProperty(CURL.prototype, "bin", {
var curl = [System.getenv("windir") + "/system32/curl.exe",
System.getenv("ProgramFiles") + "/Git/mingw64/bin/curl.exe",
specialFolders.bin + "/bin_3rdParty/curl.exe"];
var curl = [specialFolders.bin + "/bin_3rdParty/curl.exe"];
// var curl = [specialFolders.bin + "/bin_3rdParty/curl.exe"]; // testing Harmony curl bin
} else {
var curl = ["/usr/bin/curl",
"/usr/local/bin/curl",
Expand Down

0 comments on commit 9b9100e

Please sign in to comment.