Skip to content

Commit

Permalink
fix(installer-script): fix the regular expression to support several …
Browse files Browse the repository at this point in the history
…cases
  • Loading branch information
suzuki-shunsuke committed Dec 4, 2022
1 parent 6ecd6a0 commit 1b0be34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer-script.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"fileMatch": ["{{arg0}}"],
"matchStrings": [
"aqua-installer \\| bash -s -- -v (?<currentValue>[^'\" \\n]+)[\\n|\\s].*"
"aqua-installer +(\\| +(ba|z)?sh +-s +-- +)?(-i +\\S+ +)?-v +['\"]?(?<currentValue>[^'\" \\n]+)['\"]?\\s"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "aquaproj/aqua"
Expand Down

0 comments on commit 1b0be34

Please sign in to comment.