1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed wrong method at 71f7b0421a

This commit is contained in:
Nobuyoshi Nakada 2019-09-07 11:47:21 +09:00
parent 146677a1e7
commit 59e29389a8
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -31,7 +31,7 @@ OptionParser.new {|opts|
VCS.detect(path, vcs_options, opts.new)
rescue VCS::NotFoundError => e
abort "#{File.basename(Program)}: #{e.message}" unless @suppress_not_found
opts.pop
opts.remove
end
end
opts.new