From d3b63e9ccab26b5270e7d93585c3a496d16a87f8 Mon Sep 17 00:00:00 2001 From: Alexis Crespo Date: Thu, 20 Jun 2024 00:26:02 -0500 Subject: [PATCH] Not required all --- src/System/Hapistrano.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System/Hapistrano.hs b/src/System/Hapistrano.hs index bb094aa4..023a88f1 100644 --- a/src/System/Hapistrano.hs +++ b/src/System/Hapistrano.hs @@ -320,7 +320,7 @@ initConfig getLine' = do generateUserConfig initCfg = do InitTemplateConfig{..} <- initCfg InitTemplateConfig - <$> prompt "repo" repo pUri True + <$> prompt "repo" repo pUri False <*> prompt "revision" revision stringParser False <*> prompt "host" host stringParser False <*> prompt "port" port numberParser False