From c2b98ba395aa486c18fa002175d93aa789b231d6 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 28 Aug 2023 21:05:47 +0200 Subject: Reimplement the info file printer --- app/Main.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Main.hs') diff --git a/app/Main.hs b/app/Main.hs index 654dcf7..76c985f 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -45,6 +45,8 @@ main = do | otherwise -> pure Nothing CloneCommand repo tarball tagPrefix -> fmap (Text.pack . show) <$> clone repo tarball tagPrefix + DownloadAndDeployCommand uri tarball -> fmap (Text.pack . show) + <$> downloadAndDeploy uri tarball chooseTransformFunction (Just "php") = phpTransform chooseTransformFunction (Just "rdiff-backup") = Text.stripPrefix "v" chooseTransformFunction _ = stripPrefix "v" -- cgit v1.2.3