Fix variable name

This commit is contained in:
Corey Bryant
2020-06-05 20:04:51 +00:00
parent 7d0dfadc80
commit 5401be3a97
+1 -1
View File
@@ -65,7 +65,7 @@ def get_application_ip(application):
if vip:
ip = vip
else:
unit = model.get_units(application_name)[0]
unit = model.get_units(application)[0]
ip = unit.public_address
return ip