From c8995036901c95f6627a31de4f3ab280f2dc5ef3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 Oct 2014 16:52:05 -0400 Subject: fix build --- Remote/S3.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote') 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 -- cgit v1.2.3