Skip to content

Commit 679ac84

Browse files
authored
Merge pull request josegonzalez#143 from smiley/patch-1
Remove deprecated (and removed) "git lfs fetch" flags
2 parents 498d9eb + b864218 commit 679ac84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/github-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ def fetch_repository(name,
10361036
logging_subprocess(git_command, None, cwd=local_dir)
10371037

10381038
if lfs_clone:
1039-
git_command = ['git', 'lfs', 'fetch', '--all', '--force', '--tags', '--prune']
1039+
git_command = ['git', 'lfs', 'fetch', '--all', '--prune']
10401040
else:
10411041
git_command = ['git', 'fetch', '--all', '--force', '--tags', '--prune']
10421042
logging_subprocess(git_command, None, cwd=local_dir)

0 commit comments

Comments
 (0)