diff options
Diffstat (limited to 'reploy.hs')
| -rw-r--r-- | reploy.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -306,7 +306,7 @@ installRedirect target' from = do target <- rootedPageLink target' tname <- use redirectTemplate templ <- use $ templates . to (M.! fromString tname) - file <- indexFilename from + file <- indexFilename (unAbsolute from) checkTarget file io $ do putStrLn $ "@ -> " ++ file ++ " -> " ++ target |
