Skip to content

Commit

Permalink
fixed npm path again
Browse files Browse the repository at this point in the history
  • Loading branch information
infeeeee committed Aug 6, 2019
1 parent 5bd0d81 commit b0da656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kimai2-cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ function iniFullPath() {
} else {
if (program.verbose) {console.log('This is an npm version')}
//For npm version:
return './settings.ini'
return 'settings.ini'
}
}

Expand Down

0 comments on commit b0da656

Please sign in to comment.