Skip to content

Commit aa45295

Browse files
committed
fix: minor fix; removing a blank line
1 parent f92ebb3 commit aa45295

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ def cmd_drop_token(*args)
12251225
def cmd_sysinfo(*args)
12261226
info = client.sys.config.sysinfo(refresh: true)
12271227
client.update_session_info
1228-
1228+
12291229
width = "Meterpreter".length
12301230
info.keys.each { |k| width = k.length if k.length > width and info[k] }
12311231

0 commit comments

Comments
 (0)