Merge remote-tracking branch 'origin/master' into 14484-collection-record-update
[arvados.git] / services / login-sync / arvados-login-sync.gemspec
index b64aab2dc6cb0e189341ab93d175e27d38a659ce..f998a8f35211c89ae81dd89def87d5aef9d46412 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-if not File.exists?('/usr/bin/git') then
+if not File.exist?('/usr/bin/git') then
   STDERR.puts "\nGit binary not found, aborting. Please install git and run gem build from a checked out copy of the git repository.\n\n"
   exit
 end