Skip to content

Commit c9821b7

Browse files
Update templates/cli/lib/commands/init.js.twig
Co-authored-by: Christy Jacob <[email protected]>
1 parent db23207 commit c9821b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/cli/lib/commands/init.js.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ const initFunction = async () => {
9090
/* Execute the child process but do not print any std output */
9191
try {
9292
childProcess.execSync(gitInitCommands, { stdio: 'pipe', cwd: functionDir });
93-
9493
childProcess.execSync(gitPullCommands, { stdio: 'pipe', cwd: functionDir });
9594
} catch (error) {
9695
/* Specialised errors with recommended actions to take */

0 commit comments

Comments
 (0)