Skip to content

Commit

Permalink
Merge pull request #291 from salesforcecli/sm/correct-message-after-d…
Browse files Browse the repository at this point in the history
…id-you-mean

fix: no error/message on successful unset
  • Loading branch information
iowillhoit authored Jun 15, 2023
2 parents f6555cb + 9de7bdc commit 73d4bad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/config/unset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ export class UnSet extends SfCommand<SetOrUnsetConfigCommandResult> {
this.responses.successes.push({
name: suggestion,
success: true,
error,
message: error.message.replace(/\.\.$/, '.'),
});
}
} else {
Expand Down

0 comments on commit 73d4bad

Please sign in to comment.