Skip to content

Commit

Permalink
Oh, jshint :¬(
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jun 1, 2017
1 parent 6c45150 commit 6e48698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/medic-conf.js
Expand Up @@ -9,7 +9,7 @@ const supportedActions = require('../src/cli/supported-actions');
const args = process.argv.slice(2);
if(args.length === 1) {
switch(args[0]) {
case '--help': usage(); process.exit(0);
case '--help': usage(); return process.exit(0);
case '--version':
console.log(require('../package.json').version);
process.exit(0);
Expand Down

0 comments on commit 6e48698

Please sign in to comment.