diff --git a/src/commands/texei/profile/clean.ts b/src/commands/texei/profile/clean.ts index 30396d3..a503f25 100644 --- a/src/commands/texei/profile/clean.ts +++ b/src/commands/texei/profile/clean.ts @@ -48,7 +48,7 @@ export default class Clean extends SfCommand { const cleanResult: string[] = []; // TODO: Keep default recordTypeVisibilities & applicationVisibilities like in skinnyprofile:retrieve - const defaultKeep = ['layoutAssignments', 'loginHours', 'loginIpRanges', 'custom', 'userLicense']; + const defaultKeep = ['layoutAssignments', 'loginHours', 'loginIpRanges', 'custom', 'userLicense', 'description']; const nodesToKeep = flags.keep ? flags.keep : defaultKeep; let profilesToClean: string[] = [];