Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/turbulenz/boto into turbu…
Browse files Browse the repository at this point in the history
…lenz-master
  • Loading branch information
garnaat committed Feb 8, 2011
2 parents 6623cf9 + 9fb3bfb commit 9967ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/ec2/elb/__init__.py
Expand Up @@ -346,7 +346,7 @@ def set_lb_listener_SSL_certificate(self, lb_name, lb_port, ssl_certificate_id):
"""
params = {
'LoadBalancerName' : lb_name,
'LoadBalaancerPort' : lb_port,
'LoadBalancerPort' : lb_port,
'SSLCertificateId' : ssl_certificate_id,
}
return self.get_status('SetLoadBalancerListenerSSLCertificate', params)
Expand Down

0 comments on commit 9967ff1

Please sign in to comment.