Missing new line in migrate std out

Hi, I migrated my repositories to the new format version 2. After the migration the migrate command prints that no (further) migrations are available. But there is a newline missing, so the bash prompt is attached to the end of the restic output:

$ restic migrate -r repo
available migrations:
no migrations found$

Ah, I should have looked into the recent commits. This fixes it:

7ddd803 Add newline to keep prompt intact (11 days ago)

Thanks and sorry for the noise!

2 Likes