Skip to content

Commit

Permalink
Update src/System/Hapistrano.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
  • Loading branch information
alexisbcc and CristhianMotoche authored Jul 19, 2024
1 parent 74a4442 commit b568131
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/System/Hapistrano.hs
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,7 @@ initConfig getLine' = do
_ -> Nothing

prompt' :: String -> IO String
prompt' title = do
hPutStrLn stderr title
getLine'
prompt' title = hPutStrLn stderr title >> getLine'

generateUserConfig :: IO InitTemplateConfig -> IO InitTemplateConfig
generateUserConfig initCfg = do
Expand Down

0 comments on commit b568131

Please sign in to comment.