We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae9b43 commit d3b63e9Copy full SHA for d3b63e9
src/System/Hapistrano.hs
@@ -320,7 +320,7 @@ initConfig getLine' = do
320
generateUserConfig initCfg = do
321
InitTemplateConfig{..} <- initCfg
322
InitTemplateConfig
323
- <$> prompt "repo" repo pUri True
+ <$> prompt "repo" repo pUri False
324
<*> prompt "revision" revision stringParser False
325
<*> prompt "host" host stringParser False
326
<*> prompt "port" port numberParser False
0 commit comments