Skip to content

Commit

Permalink
Merge pull request #17 from oracle-quickstart/RichardORCL-patch-1
Browse files Browse the repository at this point in the history
Small bug fix.
  • Loading branch information
lgabriel-oracle authored Nov 14, 2024
2 parents b44747e + f4cbdba commit 805ee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/SetIP/SetIP.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def processTarget(region, targetID, cmd, signer):
if ipaddress.ip_address(MappedIP) in ipaddress.ip_network(subnetDetails.cidr_block):
pass
else:
print (" - Mapped IP [{}] does not match target subnet [{}]".format(mapip,subnetDetails.cidr_block))
print (" - Mapped IP [{}] does not match target subnet [{}]".format(MappedIP,subnetDetails.cidr_block))
conflict = True

# Check IP address does not conflict with default gateway of the subnet
Expand Down

0 comments on commit 805ee89

Please sign in to comment.