diff --git a/internal/command/migrate_to_v2/debug.go b/internal/command/migrate_to_v2/debug.go index c6ccda2335..06b1048ab4 100644 --- a/internal/command/migrate_to_v2/debug.go +++ b/internal/command/migrate_to_v2/debug.go @@ -280,7 +280,7 @@ func fixDetachedApp( } } if !missingProcessGroup { - errorStr = " * none found\n" + errorStr += " * none found\n" } errorStr += "VM count issues:\n" if len(allocs) > len(machines) {