replaced devil tabs with spaces

bug/bundler_fix
Dave Farrow 2017-07-17 20:29:33 -07:00
parent e6fe90ea08
commit 378375c822
No known key found for this signature in database
GPG Key ID: FA9448FAF16F2BD5
1 changed files with 2 additions and 2 deletions

View File

@ -629,9 +629,9 @@ module Exploit::Remote::HttpServer
# Sends a canned robots.txt file
#
def send_robots(cli, request)
print_status("sending robots.txt")
print_status("sending robots.txt")
robots = create_response(200, 'Success')
robots['Content-Type'] = "text/plain"
robots['Content-Type'] = "text/plain"
robots.body = %Q{\
User-agent: *