We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f55167 commit 144f77bCopy full SHA for 144f77b
lib/svn2git/migration.rb
@@ -70,7 +70,7 @@ def parse(args)
70
options[:rebasebranch] = false
71
options[:forceenustogit] = false
72
73
- if File.exists?(File.expand_path(DEFAULT_AUTHORS_FILE))
+ if File.exist?(File.expand_path(DEFAULT_AUTHORS_FILE))
74
options[:authors] = DEFAULT_AUTHORS_FILE
75
end
76
0 commit comments