2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-05 10:30:49 +00:00

Add newline to keep prompt intact

This commit is contained in:
Lorenz Bausch 2022-08-29 17:22:03 +02:00
parent 1b233c4e2e
commit 7ddd803e46
No known key found for this signature in database
GPG Key ID: FF6F200261C01807

View File

@ -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