From 40b3f5039c1bda8ed29ba3fd1cd05a325f225fc7 Mon Sep 17 00:00:00 2001 From: Ben Irvin Date: Thu, 8 Aug 2024 17:18:05 +0200 Subject: [PATCH] chore: fix quotes --- src/cli/commands/utils/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/commands/utils/helpers.ts b/src/cli/commands/utils/helpers.ts index 4a4704b..1d6e51d 100644 --- a/src/cli/commands/utils/helpers.ts +++ b/src/cli/commands/utils/helpers.ts @@ -49,7 +49,7 @@ ${exportInstruction} { ${chalk.gray('// ...')} ${chalk.green(`'${pluginName}'`)}: { enabled: ${chalk.yellow(true)}, - resolve: ${chalk.yellow(pluginPath || `'./src/plugins/${pluginName}'`)} + resolve: '${chalk.yellow(pluginPath || `./src/plugins/${pluginName}`)}' }, ${chalk.gray('// ...')} }