Skip to content

Commit

Permalink
refactor: pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed May 24, 2024
1 parent 5729848 commit 9afc01f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.1.1",
"bugs": "https://github.com/forcedotcom/change-case-management/issues",
"bin": {
"sfchangecase": "./bin/run"
"sfchangecase": "./bin/run.js"
},
"type": "module",
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/commands/close.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default class Close extends SfCommand<AnyJson> {
release: releaseFlag,
location: locationFlag,
status: Flags.string({
// eslint-disable-next-line sf-plugin/no-hardcoded-messages-flags
summary: messages.getMessage('flags.status.summary'),
char: 's',
default: 'Implemented - per plan',
Expand Down

0 comments on commit 9afc01f

Please sign in to comment.