We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a828cd commit f93f227Copy full SHA for f93f227
1 file changed
src/module.ts
@@ -124,7 +124,7 @@ export default defineNuxtModule<ModuleOptions>({
124
async onSubmit(_, response) {
125
if (response.value === true) {
126
try {
127
- await execaCommand(`curl --proto \'=https\' --tlsv1.2 -sSf https://sh.edgedb.com | sh`)
+ await execaCommand(`curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh`)
128
edgedbCliVersion = (await execaCommand(`edgedb --version`)).stdout.replace('EdgeDB CLI ', '')
129
success(`EdgeDB CLI version ${edgedbCliVersion} installed.`, true)
130
} catch (e) {
0 commit comments