diff options
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 a90d19a..8d955a1 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -34,6 +34,8 @@ main = do updateSlackBuildVersion packagePath version >> pure Nothing CommitCommand packagePath version -> commit packagePath version >> pure Nothing + ExistsCommand urlPath -> pure . Text.pack . show + <$> remoteFileExists urlPath chooseTransformFunction (Just "php") = phpTransform chooseTransformFunction (Just "rdiff-backup") = Text.stripPrefix "v" chooseTransformFunction _ = stripPrefix "v" |
