Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ecd943

Browse files
committedMay 12, 2025·
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)
Please sign in to comment.