From f53496830a9a52f7edb3a57902f8f303c2c88438 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 21 Nov 2012 19:35:28 -0400 Subject: [PATCH] pass --quiet to checkpresent --- Remote/Glacier.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Remote/Glacier.hs b/Remote/Glacier.hs index fb5ff8e6a3..d886d89e33 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 ]