chriswalz / bit

Bit is a modern Git CLI
Apache License 2.0
6.05k stars 106 forks source link

Trailing newline is missing from `bit update` output #75

Closed yermulnik closed 3 years ago

yermulnik commented 3 years ago

Describe the bug bit update doesn't put a trailing newline to outputted message when completes the update.

To Reproduce Run bit update and watch its output.

Expected behavior Newline is put at the end of bit update command output.

Screenshots

11:58:58 [georgii_iermulnik@epuakyiw4608][j:0][~]> sudo bit update
Bit is supported through donations. Consider donating here: ❤ https://github.com/sponsors/chriswalz
Updated bit v0.8.0 to v0.9.1 in /usr/local/bin11:59:32 [georgii_iermulnik@epuakyiw4608][j:0][~]>

Desktop (please complete the following information):

Additional context (Add any other context about the problem here) First reported in #63

yermulnik commented 3 years ago

@chriswalz Thank you!