Description: Fix 1100387

Author: Abhijith PA <abhijith@debian.org>
Bug-Debian: https://bugs.debian.org/1100387
Forwarded: no
Last-Update: 2025-04-08

--- a/lib/svn2git/migration.rb
+++ b/lib/svn2git/migration.rb
@@ -55,7 +55,7 @@ module Svn2Git
       options[:password] = nil
       options[:rebasebranch] = false
 
-      if File.exists?(File.expand_path(DEFAULT_AUTHORS_FILE))
+      if File.exist?(File.expand_path(DEFAULT_AUTHORS_FILE))
         options[:authors] = DEFAULT_AUTHORS_FILE
       end
 
