Skip to content

Commit 9fb6bcf

Browse files
committed
fix example shellcheck
1 parent b062c93 commit 9fb6bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bashly/views/flag/case_arg.gtx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if repeatable
77
> if [[ -z ${args['{{ name }}']+x} ]]; then
88
> args['{{ name }}']="\"$2\""
99
if unique
10-
> elif [[ ! "${args['{{ name }}']}" =~ "\"$2\"" ]]; then
10+
> elif [[ ! "${args['{{ name }}']}" =~ \"$2\" ]]; then
1111
else
1212
> else
1313
end

0 commit comments

Comments
 (0)