fix build
This commit is contained in:
parent
346f0409a6
commit
f0989cf0bd
1 changed files with 2 additions and 2 deletions
|
@ -83,9 +83,9 @@ gen r u c gc = do
|
||||||
remotetype = remote,
|
remotetype = remote,
|
||||||
mkUnavailable = gen r u (M.insert "host" "!dne!" c) gc,
|
mkUnavailable = gen r u (M.insert "host" "!dne!" c) gc,
|
||||||
getInfo = includeCredsInfo c (AWS.creds u) $ catMaybes
|
getInfo = includeCredsInfo c (AWS.creds u) $ catMaybes
|
||||||
[ Just ("bucket", fromMaybe "unknown" (getBucket c))
|
[ Just ("bucket", fromMaybe "unknown" (getBucketName c))
|
||||||
, if isIA c
|
, if isIA c
|
||||||
then Just ("internet archive item", iaItemUrl $ fromMaybe "unknown" $ getBucket c)
|
then Just ("internet archive item", iaItemUrl $ fromMaybe "unknown" $ getBucketName c)
|
||||||
else Nothing
|
else Nothing
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue