From 93b2f62f288ef9790543c0bfe69ffdc5e63db269 Mon Sep 17 00:00:00 2001 From: Wade Alcorn Date: Sat, 31 Dec 2011 22:26:48 +1000 Subject: [PATCH] Update MSF install unit test helper. --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index 992a1e43d..fcc516752 100644 --- a/rakefile +++ b/rakefile @@ -53,7 +53,7 @@ task :msf_stop do end task :msf_install => 'test/msf-test/msfconsole' do - # sh "cd test;git clone https://github.com/rapid7/metasploit-framework.git msf-test" + # Handled by the 'test/msf-test/msfconsole' task. end task :msf_update => 'test/msf-test/msfconsole' do