Skip to content

Commit fe24984

Browse files
committed
fix: correct position on changelogs:single
1 parent 5ca2f06 commit fe24984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmds/changelogs/single.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = class SingleChangelogCommand {
1010
this.usage = 'changelogs:single <file> [options]';
1111
this.description = 'Sync a single Markdown file to your ReadMe project as a Changelog post.';
1212
this.cmdCategory = 'changelogs';
13-
this.position = 3;
13+
this.position = 2;
1414

1515
this.hiddenArgs = ['filePath'];
1616
this.args = [

0 commit comments

Comments
 (0)