mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Merge pull request #3904 from lbausch/add-newline
Add newline to keep prompt intact
This commit is contained in:
commit
f481ad64c8
@ -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 New Issue
Block a user