Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Oct 2, 2013
1 parent 30505d9 commit 0e00fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sec.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ exports.getName = function(name, cb) {
IpRanges: [ { CidrIp: "0.0.0.0/0" } ],
},
],
}, function(err, r) {
}, function(err) {
if (err) return cb(createError('failed to create security group', err));
cb(null, groupName);
});
Expand Down

0 comments on commit 0e00fbb

Please sign in to comment.