Removed space in print_line call
git-svn-id: file:///home/svn/framework3/trunk@13900 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
fccda688a6
commit
258094046a
|
@ -42,7 +42,7 @@ class Plugin::Editor < Msf::Plugin
|
|||
# This method handles the edit command.
|
||||
#
|
||||
def cmd_edit(*args)
|
||||
print_line ("Launching editor...")
|
||||
print_line("Launching editor...")
|
||||
|
||||
e = Rex::Compat.getenv("EDITOR") || "vi"
|
||||
|
||||
|
|
Loading…
Reference in New Issue