We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cecd09 commit c9dc4cfCopy full SHA for c9dc4cf
src/commands/force/org/list.ts
@@ -108,7 +108,7 @@ export class OrgListCommand extends SfdxCommand {
108
const err = e as SfdxError;
109
this.logger.debug(`Error cleaning org ${fields.username}: ${err.message}`);
110
this.ux.warn(
111
- `Unable to clean org with username ${fields.username}. You can run sfdx force:org:delete -u ${fields.username} to remove it.`
+ `Unable to clean org with username ${fields.username}. "You can run sfdx force:org:delete -u ${fields.username}" to remove it.`
112
);
113
}
114
})
0 commit comments