Skip to content

Commit d085647

Browse files
committed
Make curl --silent.
1 parent b58589d commit d085647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-apply-url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ ! $URL ]]; then
1818
fi
1919

2020
if [[ -x $(which curl) && $(curl -V | grep https) ]]; then
21-
fetch="curl"
21+
fetch="curl -s"
2222
elif [[ -x $(which wget) ]]; then
2323
fetch="wget -O - -q --no-check-certificate"
2424
else

0 commit comments

Comments
 (0)