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.
1 parent db23207 commit c9821b7Copy full SHA for c9821b7
templates/cli/lib/commands/init.js.twig
@@ -90,7 +90,6 @@ const initFunction = async () => {
90
/* Execute the child process but do not print any std output */
91
try {
92
childProcess.execSync(gitInitCommands, { stdio: 'pipe', cwd: functionDir });
93
-
94
childProcess.execSync(gitPullCommands, { stdio: 'pipe', cwd: functionDir });
95
} catch (error) {
96
/* Specialised errors with recommended actions to take */
0 commit comments