fixed syntax error in BeEF script that prevented the framework to start

This commit is contained in:
antisnatchor
2011-11-23 14:24:50 +01:00
parent d098797a33
commit a087a702f0

2
beef
View File

@@ -19,7 +19,7 @@
# @note Version check to ensure BeEF is running Ruby 1.9 >
if RUBY_VERSION < '1.9'
puts "\n"
puts "Ruby version " + RUBY_VERSION + " is no longer supported. Please upgrade 1.9 or later."puts ""
puts "Ruby version " + RUBY_VERSION + " is no longer supported. Please upgrade 1.9 or later."
puts "OSX:"
puts "sudo port install ruby19 +nosuffix"
puts "\n"