mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
fix: Fix the example command for license clearing (no-changelog) (#14052)
This commit is contained in:
committed by
GitHub
parent
a24e8abe8c
commit
3f10a50b21
@@ -9,7 +9,7 @@ import { BaseCommand } from '../base-command';
|
|||||||
export class ClearLicenseCommand extends BaseCommand {
|
export class ClearLicenseCommand extends BaseCommand {
|
||||||
static description = 'Clear license';
|
static description = 'Clear license';
|
||||||
|
|
||||||
static examples = ['$ n8n clear:license'];
|
static examples = ['$ n8n license:clear'];
|
||||||
|
|
||||||
async run() {
|
async run() {
|
||||||
this.logger.info('Clearing license from database.');
|
this.logger.info('Clearing license from database.');
|
||||||
|
|||||||
Reference in New Issue
Block a user