Skip to content

Commit

Permalink
fix: linterhub:path have null description
Browse files Browse the repository at this point in the history
Closes #58
  • Loading branch information
ifedchankau authored and itekaf committed Jul 26, 2018
1 parent fee6ca7 commit 86c8eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templatizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const templatizer = (context) => {
break;
case '':
optionSchema.id = 'linterhub:path';
optionSchema.description = 'Path to file or folder to analyze';
option.description = 'Path to file or folder to analyze';
break;
default:
optionSchema.id = (!option.isFlag ? 'args:' : '')
Expand Down

0 comments on commit 86c8eab

Please sign in to comment.