Skip to content

Commit

Permalink
value modifier test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Sep 9, 2023
1 parent 5e2dc17 commit 7034eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/modifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ commands:
filter: ["$(printf '%s\\n' one two three) ||| $filter([two])"]
filterargs: ["$files ||| $filterargs"]
list: ["$(printf '%s\\n' one two three) ||| $list(,)"]
multiparts: ["$(echo one/two/three) ||| $multiparts([/])"]
multiparts: ["one/two/three ||| $multiparts([/])"]
nospace: ["$(printf '%s\\n' one two/ three,) ||| $nospace(/,)"]
prefix: ["$files ||| $prefix(file://)"]
retain: ["$(printf '%s\\n' one two three) ||| $retain([two])"]
Expand Down

0 comments on commit 7034eb9

Please sign in to comment.