Skip to content

Commit

Permalink
fix: update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Feb 6, 2019
1 parent aca257f commit f820a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cmds/git-commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports.builder = {
type: 'string',
},
msg: {
describe: 'arbitrary string to check',
describe: 'arbitrary string to use with "check"',
type: 'string',
},
}
Expand Down
2 changes: 1 addition & 1 deletion src/cmds/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function cwd() {
fs.accessSync(nodeModulePath)
return nodeModulePath
} catch (err) {
log.error(
log.debug(
`could not find 'node_modules/@dhis2/code-style' in '${process.cwd()}', falling back to latter.`
)
return process.cwd()
Expand Down

0 comments on commit f820a66

Please sign in to comment.