diff options
Diffstat (limited to 'Library/Formula/saltstack.rb')
| -rw-r--r-- | Library/Formula/saltstack.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/saltstack.rb b/Library/Formula/saltstack.rb index 8605aa67a..b5680d0c0 100644 --- a/Library/Formula/saltstack.rb +++ b/Library/Formula/saltstack.rb @@ -6,7 +6,7 @@ require "formula" class SaltHeadDownloadStrategy < GitDownloadStrategy def stage cached_location.cd { reset } - safe_system "git", "clone", cached_location, "." + quiet_safe_system "git", "clone", cached_location, "." end end |
