mirror of
https://github.com/restic/restic.git
synced 2025-03-13 19:12:38 +00:00
Add newline to keep prompt intact
This commit is contained in:
parent
1b233c4e2e
commit
7ddd803e46
@ -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…
x
Reference in New Issue
Block a user