From 7ddd803e467424e2f78a280d4bf566afbe26f35a Mon Sep 17 00:00:00 2001 From: Lorenz Bausch Date: Mon, 29 Aug 2022 17:22:03 +0200 Subject: [PATCH] Add newline to keep prompt intact --- cmd/restic/cmd_migrate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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