Skip to content

Commit edbb291

Browse files
Merge pull request #34 from manuelf18/patch-1
changed typo
2 parents 660e6b5 + 3c35438 commit edbb291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/autopilot/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class InitAssistant extends TwilioClientCommand {
3030

3131
const funcPath = path.join(clonedAssistant, 'function');
3232

33-
spinner.start('Setting Up .evn file');
33+
spinner.start('Setting Up .env file');
3434
let fullPath = `${path.resolve()}/${funcPath}`
3535

3636
await createEnvFile(fullPath, {

0 commit comments

Comments
 (0)