diff options
Diffstat (limited to 'lib/gitlab_projects.rb')
-rw-r--r-- | lib/gitlab_projects.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_projects.rb b/lib/gitlab_projects.rb index 77d70df..9276344 100644 --- a/lib/gitlab_projects.rb +++ b/lib/gitlab_projects.rb @@ -358,7 +358,7 @@ class GitlabProjects $logger.error "gc failed: destination path <#{full_path}> does not exist." return false end - cmd = %W(git --git-dir=#{full_path} gc --no-prune) + cmd = %W(git --git-dir=#{full_path} gc) system(*cmd) end end |