Browse Source

Fix typo in oscp

Andy Grimm 9 years ago
parent
commit
8b158eca7c
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)