summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry b/lorry
index 1f4c026..b38c2ee 100755
--- a/lorry
+++ b/lorry
@@ -842,7 +842,7 @@ class Lorry(cliapp.Application):
pass
# Ensure the repo supports git LFS
- self.run_program(['git', 'lfs', 'install'], cwd=gitdir)
+ self.run_program(['git', 'lfs', 'install', '--local'], cwd=gitdir)
for src in new_files:
self.run_program(["%s.raw-file-importer" % lorry_path, new_files[src], src], cwd=gitdir)