Skip to content

Commit a973750

Browse files
chore: switch to log success
1 parent bfd0dc6 commit a973750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/agent/validate/authoring-bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class AgentValidateAuthoringBundle extends SfCommand<AgentValidat
5454
conn,
5555
readFileSync(join(authoringBundleDir, `${flags['api-name']}.afscript`), 'utf8')
5656
);
57-
this.log('Successfully compiled');
57+
this.logSuccess('Successfully compiled');
5858
return {
5959
success: true,
6060
};

0 commit comments

Comments
 (0)