Merge pull request #3904 from lbausch/add-newline

Add newline to keep prompt intact
This commit is contained in:
Michael Eischer 2022-08-29 21:43:18 +02:00 committed by GitHub
commit f481ad64c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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