diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-21 19:35:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-21 19:35:28 -0400 |
commit | 953edfb41218897c7597460211514e15df02aafb (patch) | |
tree | b5240f33df6e6fab59c8b7fdf2bff8e6dbe4048c /Remote | |
parent | 58f017822671908e78e15ea5c039ccff3f090a13 (diff) |
pass --quiet to checkpresent
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/Glacier.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Remote/Glacier.hs b/Remote/Glacier.hs index fb5ff8e6a..d886d89e3 100644 --- a/Remote/Glacier.hs +++ b/Remote/Glacier.hs @@ -173,6 +173,7 @@ checkPresent r k = do [ Param "archive" , Param "checkpresent" , Param $ remoteVault r + , Param "--quiet" , Param $ archive r k ] |