Add parens around print_error

bug/bundler_fix
William Vu 2015-03-20 13:53:14 -05:00
parent 2c5c94288d
commit 4d00114428
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ class Driver < Msf::Ui::Driver
elsif ::File.readable?(path)
resource_file = ::File.read(path)
else
print_error "Cannot find resource script: #{path}"
print_error("Cannot find resource script: #{path}")
return
end