summaryrefslogtreecommitdiff
path: root/boto/ec2/address.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/ec2/address.py')
-rw-r--r--boto/ec2/address.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/ec2/address.py b/boto/ec2/address.py
index 0cbadbd2..807406f7 100644
--- a/boto/ec2/address.py
+++ b/boto/ec2/address.py
@@ -79,7 +79,7 @@ class Address(EC2Object):
"""
if self.allocation_id:
return self.connection.release_address(
- association_id=self.allocation_id,
+ allocation_id=self.allocation_id,
dry_run=dry_run)
else:
return self.connection.release_address(