Skip to content

Commit 75a39e4

Browse files
authored
fix(cli): add missing brace
1 parent 550b56a commit 75a39e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ const pullFunctions = async ({ code }) => {
124124

125125
fs.rmSync(compressedFileName);
126126
}
127+
}
127128
}
128129

129130
success(`Successfully pulled ${chalk.bold(total)} functions.`);

0 commit comments

Comments
 (0)