forked from TrueCloudLab/restic
Add newline to keep prompt intact
This commit is contained in:
parent
1b233c4e2e
commit
7ddd803e46
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ func checkMigrations(opts MigrateOptions, gopts GlobalOptions, repo restic.Repos
|
||||||
}
|
}
|
||||||
|
|
||||||
if !found {
|
if !found {
|
||||||
Printf("no migrations found")
|
Printf("no migrations found\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in a new issue