Remove semicolon

bug/bundler_fix
“Brian 2016-09-20 17:57:48 -05:00
parent 8871673ada
commit 4ff8235304
No known key found for this signature in database
GPG Key ID: 79C4E4506D8A9C42
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ protected
#
def unknown_command(method, line)
if File.basename(method) == 'msfconsole'
print_error('msfconsole cannot be run inside msfconsole');
print_error('msfconsole cannot be run inside msfconsole')
return
end