Skip to content

Commit

Permalink
pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Apr 23, 2016
1 parent 4168c44 commit 6767922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ var argv = require('yargs')
var action = argv._.shift();
var httpOptions = argv.https;

if(argv.httpsCert && argv.httpsKey) {
if (argv.httpsCert && argv.httpsKey) {
httpOptions = {
key: path.resolve(process.cwd(), argv.httpsKey),
cert: path.resolve(process.cwd(), argv.httpsCert)
}
};
}

var options = {
Expand Down

0 comments on commit 6767922

Please sign in to comment.