mirror of
https://github.com/restic/restic.git
synced 2024-12-23 00:07:25 +00:00
Merge pull request #3904 from lbausch/add-newline
Add newline to keep prompt intact
This commit is contained in:
commit
f481ad64c8
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ func checkMigrations(opts MigrateOptions, gopts GlobalOptions, repo restic.Repos
|
|||
}
|
||||
|
||||
if !found {
|
||||
Printf("no migrations found")
|
||||
Printf("no migrations found\n")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Reference in a new issue