Skip to content

Commit

Permalink
Not required all
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisbcc committed Jun 20, 2024
1 parent fae9b43 commit d3b63e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System/Hapistrano.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3b63e9

Please sign in to comment.