Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
lib: make jshint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Apr 29, 2017
1 parent 50b291a commit 64c016c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ var nconf = require('nconf'),
version = require('../package.json').version;

nconf
.argv({}, 'Usage: $0\n\nSee http://dashkiosk.readthedocs.io/en/v'
+ version
+ '/configuration.html for more information.')
.argv({}, 'Usage: $0\n\nSee http://dashkiosk.readthedocs.io/en/v' +
version + '/configuration.html for more information.')
.env('__')
.defaults({
configuration: './config.json',
Expand Down

0 comments on commit 64c016c

Please sign in to comment.