add blank line before prompting for service name to search for

This commit is contained in:
Jonathan Lamothe 2023-05-04 14:21:55 -04:00
parent bb85081380
commit 8be90e9822
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog for passman
## current
- minor UI tweak
## 0.3.1.1
- updated documentation to on longer mention GitHub

View File

@ -142,7 +142,7 @@ buildData = do
searchServ :: S.StateT Status IO ()
searchServ = do
svc <- req $ prompt "service name: " reqResp
svc <- req $ prompt "\nservice name: " reqResp
db <- S.gets $ view database
case pwSearch svc db of
[] -> do