summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
authorKyle Mckay <kyle.mckay@codethink.co.uk>2021-11-03 14:11:20 +0000
committerKyle Mckay <kyle.mckay@codethink.co.uk>2021-11-15 09:49:27 +0000
commit36c5fb0d66737274565035c0a7a1791801110c2d (patch)
tree73f58829c2f1bb1a9bf014123ed54a7a8509f63e /lorry
parent3608b54d4acec502dce34ada4cb44ca7fc20ce3e (diff)
downloadlorry-36c5fb0d66737274565035c0a7a1791801110c2d.tar.gz
Use local install for git lfs
Don't want to polute the environment and install globally
Diffstat (limited to 'lorry')
-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)