Skip to content

Commit 4ff8235

Browse files
author
“Brian
committed
Remove semicolon
1 parent 8871673 commit 4ff8235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/ui/console/driver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ def stop
639639
#
640640
def unknown_command(method, line)
641641
if File.basename(method) == 'msfconsole'
642-
print_error('msfconsole cannot be run inside msfconsole');
642+
print_error('msfconsole cannot be run inside msfconsole')
643643
return
644644
end
645645

0 commit comments

Comments
 (0)