Skip to content

Commit

Permalink
fix(sfp): add community edition notice
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam committed Dec 15, 2024
1 parent d8cb2a3 commit 317eff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 -- ❤️ by flxbl.io ❤️ -Version:${this.config.version} -Release:${this.config.pjson.release}`
`sfp (community edition) -- ❤️ by flxbl.io ❤️ -Version:${this.config.version} -Release:${this.config.pjson.release}`
)
);

Expand Down

0 comments on commit 317eff9

Please sign in to comment.