Skip to content

Commit f628599

Browse files
committed
Land rapid7#5140, extraneous space fix
2 parents e114c85 + 61b709b commit f628599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/http/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def start_service(opts = {})
229229
print_status("Using URL: #{proto}://#{opts['ServerHost']}:#{opts['ServerPort']}#{uopts['Path']}")
230230

231231
if (opts['ServerHost'] == '0.0.0.0')
232-
print_status(" Local IP: #{proto}://#{Rex::Socket.source_address('1.2.3.4')}:#{opts['ServerPort']}#{uopts['Path']}")
232+
print_status("Local IP: #{proto}://#{Rex::Socket.source_address('1.2.3.4')}:#{opts['ServerPort']}#{uopts['Path']}")
233233
end
234234

235235
add_resource(uopts)

0 commit comments

Comments
 (0)