We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 660e6b5 + 3c35438 commit edbb291Copy full SHA for edbb291
src/commands/autopilot/init.js
@@ -30,7 +30,7 @@ class InitAssistant extends TwilioClientCommand {
30
31
const funcPath = path.join(clonedAssistant, 'function');
32
33
- spinner.start('Setting Up .evn file');
+ spinner.start('Setting Up .env file');
34
let fullPath = `${path.resolve()}/${funcPath}`
35
36
await createEnvFile(fullPath, {
0 commit comments