Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 67c9ac2

Browse files
committed
Reduces duplication of using process.cwd
1 parent dbc4b5e commit 67c9ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function cli(cwd) {
77
yargs.version();
88
yargs.alias('v', 'version');
99

10-
yargs.default('path', process.cwd);
10+
yargs.default('path', cwd);
1111

1212
yargs.usage('Creates a new Twilio Function project');
1313
yargs.command(

0 commit comments

Comments
 (0)