Skip to content

Commit

Permalink
fix(sfp): update header
Browse files Browse the repository at this point in the history
  • Loading branch information
sfopsbot committed Dec 16, 2023
1 parent a7cd6a0 commit c28727a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sfp-cli/src/SfpCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default abstract class sfpCommand extends Command {
SFPLogger.printHeaderLine('',COLOR_HEADER,LoggerLevel.INFO);
SFPLogger.log(
COLOR_HEADER(
`sfp -- The DX@Scale CLI -Version:${this.config.version} -Release:${this.config.pjson.release}`
`sfp -- By Flxbl -Version:${this.config.version} -Release:${this.config.pjson.release}`
)
);

Expand Down

0 comments on commit c28727a

Please sign in to comment.