We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bd791 commit 6be4d9eCopy full SHA for 6be4d9e
modules/post/windows/manage/smart_migrate.rb
@@ -60,7 +60,7 @@ def attempt_migration(target_pid)
60
begin
61
print_good("Migrating to #{target_pid}")
62
client.core.migrate(target_pid)
63
- print_good("Successfully migrated to process #{}")
+ print_good("Successfully migrated to process #{target_pid}")
64
return true
65
rescue ::Exception => e
66
print_error("Could not migrate in to process.")
0 commit comments