From 36c5fb0d66737274565035c0a7a1791801110c2d Mon Sep 17 00:00:00 2001 From: Kyle Mckay Date: Wed, 3 Nov 2021 14:11:20 +0000 Subject: Use local install for git lfs Don't want to polute the environment and install globally --- lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lorry') 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) -- cgit v1.2.1