Skip to content

Commit 61b709b

Browse files
committed
Extra space in message "Local IP:"
1 parent e114c85 commit 61b709b

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)