Skip to content

Commit 4ecd943

Browse files
committed
Do not parse! twice on the same array
1 parent b6cc44c commit 4ecd943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/commit-email.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def parse(args)
174174
end
175175
end
176176

177-
return opts.parse!(args), options
177+
return opts.parse(args), options
178178
end
179179

180180
def main(repo_path, to, rest)

0 commit comments

Comments
 (0)