8311: Fix API tests broken in 4343e1f.
[arvados.git] / services / api / app / models / commit.rb
index b0efbc7cb0c2c84c5ed4fb705b1e7dc5e88b5138..19254ce8846a326d747d49928d4b7a21baaa9011 100644 (file)
@@ -219,7 +219,7 @@ class Commit < ActiveRecord::Base
   end
 
   def self.cache_dir_base
-    Rails.root.join 'tmp', 'git'
+    Rails.root.join 'tmp', 'git-cache'
   end
 
   def self.fetch_remote_repository gitdir, git_url