Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Duda committed Jul 18, 2024
1 parent abb776d commit cfc2170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scope-tags",
"version": "0.3.6",
"version": "0.3.7",
"description": "Output human readable test scope report for QA",
"main": "dist/scope.js",
"types": "dist/scope.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/Console/TagManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export class TagManager {
const prompt = new Select({
name: 'Tag manager started from module',
message: `Manage tags of ${module.name}`,
initial: 0,
initial: tagsMappedToOptions.length + 1,
choices: [
...tagsMappedToOptions,
{ role: "separator" },
Expand Down

0 comments on commit cfc2170

Please sign in to comment.