Browse Source

Merge pull request #1477 from a13m/typo

Fix typo in oscp
Andy Grimm 9 years ago
parent
commit
3ee897a78b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/oscp

+ 1 - 1
bin/oscp

@@ -211,7 +211,7 @@ class Oscp(object):
 
             # Assume we have one and only one.
             hostname, server_info = results[0]
-            dns = server_info['oo_pulic_ip']
+            dns = server_info['oo_public_ip']
 
             host_str = "%s%s%s" % (self.user, dns, self.path)