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 ff922c7 commit 1090b8bCopy full SHA for 1090b8b
scripts/unixish-17.sh
@@ -73,7 +73,7 @@ echo '::group::Downloading jq'
73
echo "Src: ${_dl_url}"
74
echo "Dst: ${_dl_path}"
75
76
-wget -O- "${_dl_url}" > "${_dl_path}"
+curl -L "${_dl_url}" -o "${_dl_path}"
77
78
echo '::endgroup::'
79
scripts/unixish.sh
@@ -93,7 +93,7 @@ echo '::group::Downloading jq'
93
94
95
96
97
98
99
0 commit comments