We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a4922 commit 8c29399Copy full SHA for 8c29399
strapped
@@ -93,7 +93,7 @@ stay_strapped () {
93
version=${version:="latest"}
94
95
if [[ ${strap_repo} =~ ${url_regex} ]]; then
96
- source /dev/stdin <<< "$(curl -s "${strap_repo}/${strap}/${version}/${strap}.sh")"
+ source /dev/stdin <<< "$(curl -s -L "${strap_repo}/${strap}/${version}/${strap}.sh")"
97
else
98
source "${strap_repo}/${strap}/${version}/${strap}.sh"
99
fi
0 commit comments