Skip to content

Commit

Permalink
fix deleteDistribution
Browse files Browse the repository at this point in the history
  • Loading branch information
tellnes committed Apr 26, 2012
1 parent c5f569d commit 3f31837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -311,7 +311,7 @@ CloudFront.prototype.setDistributionConfig = function(distribution, config, etag
};

CloudFront.prototype.deleteDistribution = function(distribution, etag) {
var opts = getOptions(arguments, 3);
var opts = getOptions(arguments, 4);

if (!etag) {
throw new Error('Missing etag');
Expand Down

0 comments on commit 3f31837

Please sign in to comment.