diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-23 16:52:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-23 16:52:05 -0400 |
commit | c8995036901c95f6627a31de4f3ab280f2dc5ef3 (patch) | |
tree | f93be60a29041773089e9413440d83432a0f81bc /Remote | |
parent | d6e79d034395fea7667d6065f37f47acfb19e852 (diff) |
fix build
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/S3.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/S3.hs b/Remote/S3.hs index 4815b0988..bf130b7ae 100644 --- a/Remote/S3.hs +++ b/Remote/S3.hs @@ -206,7 +206,7 @@ checkKey r h k = do showAction $ "checking " ++ name r #if MIN_VERSION_aws(0,10,0) rsp <- go - return (isJust $ S3.horMetadata r) + return (isJust $ S3.horMetadata rsp) #else catchMissingException $ do void go |