Skip to content

Commit

Permalink
Add end of args delimiter to string function call
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Aug 9, 2024
1 parent 7ff53ba commit 4bf35d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
for pattern in (string split --no-empty -- " " $PATTERNS)
set -l escaped (string escape --style=script --no-quoted -- $pattern)
set -l escaped (string replace -r -a '\\\([?*{}])' '$1' $escaped)
set -l escaped (string replace -r -a -- '\\\([?*{}])' '$1' $escaped)
eval set -l files $escaped
Expand Down

0 comments on commit 4bf35d5

Please sign in to comment.