Skip to content

Commit

Permalink
Merge pull request #8 from XULRunner42/patch-1
Browse files Browse the repository at this point in the history
can "rsadata" be right here?
  • Loading branch information
yocontra committed Feb 8, 2012
2 parents aab0151 + dae9d27 commit 0a13adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodester.js
Expand Up @@ -70,7 +70,7 @@

Nodester.prototype.user_create = function(user, pass, email, rsakey, coupon, cb) {
var postData, rsadata;
rsadata = fs.readFileSync(rsadata);
rsadata = fs.readFileSync(rsakey);
return cb({
message: !rsadata ? "No RSA key found in " + rsakey : void 0
});
Expand Down

0 comments on commit 0a13adc

Please sign in to comment.