fix build
This commit is contained in:
parent
8edf7a0fc3
commit
8ed1a0afee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue