Skip to content

Commit f84c140

Browse files
committed
update note
1 parent 7ba8e13 commit f84c140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/flow/scan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default class scan extends SfdxCommand {
120120

121121
// TODO CALL TO ACTION
122122
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:'))));
123+
this.ux.log(c.bold(c.italic(c.yellowBright('Be a part of our mission to champion Best Practices by starring us on GitHub:'))));
124124
this.ux.log(c.italic(c.blueBright(c.underline("https://github.com/Lightning-Flow-Scanner"))));
125125

126126
const status = this.getStatus();

0 commit comments

Comments
 (0)