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 7ba8e13 commit f84c140Copy full SHA for f84c140
src/commands/flow/scan.ts
@@ -120,7 +120,7 @@ export default class scan extends SfdxCommand {
120
121
// TODO CALL TO ACTION
122
this.ux.log('');
123
- this.ux.log(c.bold(c.italic(c.yellowBright('Be a part of our mission to champion Best Practices in Salesforce Flows by starring us on GitHub:'))));
+ this.ux.log(c.bold(c.italic(c.yellowBright('Be a part of our mission to champion Best Practices by starring us on GitHub:'))));
124
this.ux.log(c.italic(c.blueBright(c.underline("https://github.com/Lightning-Flow-Scanner"))));
125
126
const status = this.getStatus();
0 commit comments