Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-wilson committed Feb 8, 2021
1 parent 741e4d2 commit b1dae07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sailboat/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def run(self, **kwargs):
# print('Release description: (^c to exit)')
# try:
# while True:
# self.data['release-notes'] += input('> ') + "\n"
# "\n" + self.data['release-notes'] += input('> ')
# except KeyboardInterrupt:
# print('\n')
version = VersionInfo.parse(self.data['latest_build'])
Expand Down

0 comments on commit b1dae07

Please sign in to comment.