Skip to content

Commit

Permalink
Minor text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Jul 18, 2024
1 parent 2f56edf commit c24ef31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rooms/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ main = do
let displayTzText = T.pack $ "UTC" <> timeZoneOffsetString displayTz

case goodMeetings of
[] -> T.putStrLn "No meetings were available. :("
[] -> T.putStrLn "No rooms were available. :("
_ -> do
prettyPrint (argsColors args) displayTz goodMeetings
T.putStrLn $ "All times are in " <> displayTzText <> "."

0 comments on commit c24ef31

Please sign in to comment.