We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58589d commit d085647Copy full SHA for d085647
git-apply-url
@@ -18,7 +18,7 @@ if [[ ! $URL ]]; then
18
fi
19
20
if [[ -x $(which curl) && $(curl -V | grep https) ]]; then
21
- fetch="curl"
+ fetch="curl -s"
22
elif [[ -x $(which wget) ]]; then
23
fetch="wget -O - -q --no-check-certificate"
24
else
0 commit comments