Skip to content

Commit

Permalink
make it clear that changes are only applied if n8n is restarted
Browse files Browse the repository at this point in the history
  • Loading branch information
despairblue committed Jan 23, 2024
1 parent aa81625 commit 276d097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/src/commands/update/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export class UpdateWorkflowCommand extends BaseCommand {
}
}

this.logger.info('Done');
this.logger.info('Activation or deactivation will not take effect if n8n is running.');
this.logger.info('Please restart n8n for changes to take effect if n8n is currently running.');
}

async catch(error: Error) {
Expand Down

0 comments on commit 276d097

Please sign in to comment.