From d9187056c8e335f205cb3780131423bb4fa29afa Mon Sep 17 00:00:00 2001 From: Nathan Einwechter Date: Thu, 18 Apr 2013 13:14:26 -0400 Subject: [PATCH] msftidy --- lib/msf/ui/console/command_dispatcher/db.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/msf/ui/console/command_dispatcher/db.rb b/lib/msf/ui/console/command_dispatcher/db.rb index 15f0c52fca..ac1f5aeb43 100644 --- a/lib/msf/ui/console/command_dispatcher/db.rb +++ b/lib/msf/ui/console/command_dispatcher/db.rb @@ -165,7 +165,7 @@ class Db print_error("Workspace exists: #{new}") return end - + workspace.name = new workspace.save! @@ -1545,7 +1545,7 @@ class Db print_error("The database is not connected") return end - + print_status("Purging and rebuilding the module cache in the background...") framework.threads.spawn("ModuleCacheRebuild", true) do framework.db.purge_all_module_details