diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index f08fc55d9..926f1afcf 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -606,7 +606,7 @@ module Homebrew if ARGV.include? "--cleanup" test "git", "reset", "--hard" git "stash", "pop" - test "brew", "cleanup", "--prune=30" + test "brew", "cleanup", "--prune=7" git "gc", "--auto" end |
