Skip to content

Commit

Permalink
migrate-to-v2 debug: accidentally dropped a + in a +=
Browse files Browse the repository at this point in the history
  • Loading branch information
alichay committed Jun 2, 2023
1 parent f0b7fda commit c707697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/migrate_to_v2/debug.go
Expand Up @@ -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) {
Expand Down

0 comments on commit c707697

Please sign in to comment.