diff --git a/cmd/restic/cmd_migrate.go b/cmd/restic/cmd_migrate.go index c8f0e9478..a9c92b258 100644 --- a/cmd/restic/cmd_migrate.go +++ b/cmd/restic/cmd_migrate.go @@ -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