This commit is contained in:
Joey Hess 2014-10-23 20:25:31 -04:00
parent 2f1e6fcb73
commit 31a1f061c6

View file

@ -162,7 +162,7 @@ getEnableS3R :: UUID -> Handler Html
#ifdef WITH_S3
getEnableS3R uuid = do
m <- liftAnnex readRemoteLog
if maybe False S3.confgiIA (M.lookup uuid m)
if maybe False S3.configIA (M.lookup uuid m)
then redirect $ EnableIAR uuid
else postEnableS3R uuid
#else