Skip to content

Commit

Permalink
chore: fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
innerdvations committed Aug 8, 2024
1 parent 2e1ca56 commit 40b3f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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('// ...')}
}
Expand Down

0 comments on commit 40b3f50

Please sign in to comment.