diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-17 10:42:14 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-17 10:42:14 -0400 |
commit | 29826eaa3d217a722a291b30fba5f9eda98ff518 (patch) | |
tree | d1458e3ddc08bf9cfac80650b15c40da5b5b6419 /Remote/Glacier.hs | |
parent | 7b7d9ed864684aa3d82640780d69c5285750ab03 (diff) |
refactor
Diffstat (limited to 'Remote/Glacier.hs')
-rw-r--r-- | Remote/Glacier.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Remote/Glacier.hs b/Remote/Glacier.hs index 98b7d6fad..e69903634 100644 --- a/Remote/Glacier.hs +++ b/Remote/Glacier.hs @@ -18,6 +18,7 @@ import qualified Git import Config import Config.Cost import Remote.Helper.Special +import Remote.Helper.Messages import qualified Remote.Helper.AWS as AWS import Creds import Utility.Metered @@ -176,7 +177,7 @@ remove r k = glacierAction r checkKey :: Remote -> CheckPresent checkKey r k = do - showAction $ "checking " ++ name r + showChecking r go =<< glacierEnv (config r) (uuid r) where go Nothing = error "cannot check glacier" |