Skip to content

Commit 6be4d9e

Browse files
David MaloneyDavid Maloney
authored andcommitted
missing interpolation
1 parent c9bd791 commit 6be4d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/manage/smart_migrate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def attempt_migration(target_pid)
6060
begin
6161
print_good("Migrating to #{target_pid}")
6262
client.core.migrate(target_pid)
63-
print_good("Successfully migrated to process #{}")
63+
print_good("Successfully migrated to process #{target_pid}")
6464
return true
6565
rescue ::Exception => e
6666
print_error("Could not migrate in to process.")

0 commit comments

Comments
 (0)