diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-08-28 21:05:47 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-08-28 21:05:47 +0200 |
| commit | c2b98ba395aa486c18fa002175d93aa789b231d6 (patch) | |
| tree | abd459165ae6c51f38358c65ed55a57efacab4c7 /app/Main.hs | |
| parent | 2126488066713719e26a1049adb080e68ec124f1 (diff) | |
| download | slackbuilder-c2b98ba395aa486c18fa002175d93aa789b231d6.tar.gz | |
Reimplement the info file printer
Diffstat (limited to 'app/Main.hs')
| -rw-r--r-- | app/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
