diff options
| author | Jack Nagel | 2014-12-09 15:10:13 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-09 15:19:06 -0500 |
| commit | 996f93afc38481332bc552f7a77d74f3dde38981 (patch) | |
| tree | 457b2f07079201143cb7860e16c1a72f728078dc /Library/Formula/saltstack.rb | |
| parent | c24a9289301c770b7971dedf78c80540cf444022 (diff) | |
| download | homebrew-996f93afc38481332bc552f7a77d74f3dde38981.tar.bz2 | |
Use quiet_safe_system where applicable
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 |
