Skip to content

Commit

Permalink
fix(webi): remove incorrect regex escape
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Nov 5, 2023
1 parent bf5482c commit a2c694f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _webi/template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit a2c694f

Please sign in to comment.