diff --git a/Rakefile b/Rakefile index 9f9c5c67b..44f2bd98d 100644 --- a/Rakefile +++ b/Rakefile @@ -46,7 +46,7 @@ task :msf => ["install", "msf_install"] do end task :install do - sh "export BEEF_TEST=true;bundle install" + sh "export BEEF_TEST=true" end ################################