mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-06 08:46:35 +00:00
fix(webi): remove incorrect regex escape
This commit is contained in:
@@ -170,7 +170,7 @@ __bootstrap_webi() {
|
||||
echo >&2 ""
|
||||
my_release_url="$(
|
||||
echo "$WEBI_RELEASES" |
|
||||
sed 's:\?.*::'
|
||||
sed 's:?.*::'
|
||||
)"
|
||||
echo >&2 " Double check at ${my_release_url}"
|
||||
echo >&2 ""
|
||||
|
||||
Reference in New Issue
Block a user