From b9f17a6e80beffdd67daa67496deb9686a101264 Mon Sep 17 00:00:00 2001 From: Haoyu Xu Date: Fri, 2 Aug 2024 14:52:56 +0800 Subject: [PATCH] fix(aklive2d): fixed init commented config --- libs/append.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/append.js b/libs/append.js index 12ce669..c8c523e 100644 --- a/libs/append.js +++ b/libs/append.js @@ -4,7 +4,7 @@ import { appendSync } from './file.js' export function appendMainConfig(operatorName) { appendSync( - `\n # ${operatorName}: !include config/${operatorName}.yaml`, + `\n ${operatorName}: !include config/${operatorName}.yaml`, path.join(__projectRoot, 'config.yaml') ) } \ No newline at end of file