Skip to content

Commit f93f227

Browse files
committed
chore(wizard): fix install command
1 parent 7a828cd commit f93f227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default defineNuxtModule<ModuleOptions>({
124124
async onSubmit(_, response) {
125125
if (response.value === true) {
126126
try {
127-
await execaCommand(`curl --proto \'=https\' --tlsv1.2 -sSf https://sh.edgedb.com | sh`)
127+
await execaCommand(`curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh`)
128128
edgedbCliVersion = (await execaCommand(`edgedb --version`)).stdout.replace('EdgeDB CLI ', '')
129129
success(`EdgeDB CLI version ${edgedbCliVersion} installed.`, true)
130130
} catch (e) {

0 commit comments

Comments
 (0)