Skip to content

Commit c9dc4cf

Browse files
committed
style: add quotes
1 parent 8cecd09 commit c9dc4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/force/org/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class OrgListCommand extends SfdxCommand {
108108
const err = e as SfdxError;
109109
this.logger.debug(`Error cleaning org ${fields.username}: ${err.message}`);
110110
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.`
111+
`Unable to clean org with username ${fields.username}. "You can run sfdx force:org:delete -u ${fields.username}" to remove it.`
112112
);
113113
}
114114
})

0 commit comments

Comments
 (0)