Skip to content

Commit 16142d8

Browse files
Merge pull request #907 from appwrite/fix-cli-missing-brace
fix(cli): add missing brace
2 parents 550b56a + 75a39e4 commit 16142d8

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)