diff --git a/Rakefile b/Rakefile index 96aa5c920..06b2dc27a 100644 --- a/Rakefile +++ b/Rakefile @@ -56,7 +56,7 @@ task :msf => ["install", "msf_install"] do end task :install do - sh "export BEEF_TEST=true;bundle install > /dev/null" + sh "export BEEF_TEST=true;bundle install" end ################################