Skip to content

Commit

Permalink
merge conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Mar 19, 2024
1 parent f465660 commit 35b9eb3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ args.each_with_index do |arg, index|
> args['{{ arg.name }}']="$escaped"
if arg.unique
> unique_lookup["{{ arg.name }}:$escaped"]=1
end
if arg.unique
> elif [[ -z "${unique_lookup["{{ arg.name }}:$escaped"]:-}" ]]; then
> args['{{ arg.name }}']="${args['{{ arg.name }}']} $escaped"
> unique_lookup["{{ arg.name }}:$escaped"]=1
Expand Down

0 comments on commit 35b9eb3

Please sign in to comment.