We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae936e5 commit 0216c08Copy full SHA for 0216c08
packages/devtools-wizard/src/builtin.ts
@@ -55,7 +55,7 @@ async function toggleConfig(cwd: string, value?: boolean) {
55
}
56
else {
57
consola.log('')
58
- consola.log('We are going to update the Nuxt config with with the following changes:')
+ consola.log('We are going to update the Nuxt config with the following changes:')
59
consola.log(colors.bold(colors.green(`./${relative(cwd, nuxtConfig)}`)))
60
61
printDiffToCLI(source, generated)
0 commit comments