Docker image #89

Merged
pitmutt merged 45 commits from milestone2 into master 2024-06-21 18:15:53 +00:00
Showing only changes of commit 0b70bbb8de - Show all commits

View file

@ -196,8 +196,6 @@ data State = State
, _abForm :: !(Form AdrBookEntry () Name) , _abForm :: !(Form AdrBookEntry () Name)
, _abCurAdrs :: !T.Text , _abCurAdrs :: !T.Text
, _abTxt :: !T.Text , _abTxt :: !T.Text
, _showConfirm :: Bool
, _confirmResult :: Maybe Bool
} }
makeLenses ''State makeLenses ''State
@ -1340,8 +1338,6 @@ runZenithCLI config = do
(mkNewABForm (AdrBookEntry "" "")) (mkNewABForm (AdrBookEntry "" ""))
" " " "
"" ""
False
Nothing
Left e -> print $ Left e -> print $
"No Zebra node available on port " <> "No Zebra node available on port " <>
show port <> ". Check your configuration." show port <> ". Check your configuration."