Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:boto/boto into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed May 10, 2012
2 parents d27c07a + 0c289fe commit 4d7a7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/cloudfront/invalidation.py
Expand Up @@ -40,7 +40,7 @@ def __init__(self, paths=None, connection=None, distribution=None, caller_refere
# If we passed in a distribution,
# then we use that as the connection object
if distribution:
self.connection = connection
self.connection = distribution
else:
self.connection = connection

Expand Down

0 comments on commit 4d7a7b9

Please sign in to comment.