Skip to content

Commit 8c29399

Browse files
authored
Update strapped
1 parent 45a4922 commit 8c29399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strapped

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ stay_strapped () {
9393
version=${version:="latest"}
9494

9595
if [[ ${strap_repo} =~ ${url_regex} ]]; then
96-
source /dev/stdin <<< "$(curl -s "${strap_repo}/${strap}/${version}/${strap}.sh")"
96+
source /dev/stdin <<< "$(curl -s -L "${strap_repo}/${strap}/${version}/${strap}.sh")"
9797
else
9898
source "${strap_repo}/${strap}/${version}/${strap}.sh"
9999
fi

0 commit comments

Comments
 (0)