Skip to content

Commit 3c35438

Browse files
authored
changed typo
1 parent b93a6b5 commit 3c35438

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)