File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/msf/ui/console/command_dispatcher Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ def cmd_back(*args)
344
344
# Restore the prompt
345
345
prompt = framework . datastore [ 'Prompt' ] || Msf ::Ui ::Console ::Driver ::DefaultPrompt
346
346
prompt_char = framework . datastore [ 'PromptChar' ] || Msf ::Ui ::Console ::Driver ::DefaultPromptChar
347
- driver . update_prompt ( "#{ prompt } " , prompt_char , true )
347
+ driver . update_prompt ( "#{ prompt } " , prompt_char , true )
348
348
end
349
349
end
350
350
@@ -2609,7 +2609,7 @@ def cmd_grep(*args)
2609
2609
if mod # if there is an active module, give them the fanciness they have come to expect
2610
2610
driver . update_prompt ( "#{ prompt } #{ mod . type } (%bld%red#{ mod . shortname } %clr) " , prompt_char , true )
2611
2611
else
2612
- driver . update_prompt ( "#{ prompt } " , prompt_char , true )
2612
+ driver . update_prompt ( "#{ prompt } " , prompt_char , true )
2613
2613
end
2614
2614
2615
2615
# dump the command's output so we can grep it
You can’t perform that action at this time.
0 commit comments