Skip to content

Commit 35b9eb3

Browse files
committed
merge conditions
1 parent f465660 commit 35b9eb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/bashly/views/command/parse_requirements_case_repeatable.gtx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ args.each_with_index do |arg, index|
1010
> args['{{ arg.name }}']="$escaped"
1111
if arg.unique
1212
> unique_lookup["{{ arg.name }}:$escaped"]=1
13-
end
14-
if arg.unique
1513
> elif [[ -z "${unique_lookup["{{ arg.name }}:$escaped"]:-}" ]]; then
1614
> args['{{ arg.name }}']="${args['{{ arg.name }}']} $escaped"
1715
> unique_lookup["{{ arg.name }}:$escaped"]=1

0 commit comments

Comments
 (0)