Skip to content

Commit 1fb5d09

Browse files
committed
refactoring(cli): conventions and messages
1 parent 6023e52 commit 1fb5d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ const pushFunction = async ({ functionId, all, yes } = {}) => {
312312
log('All functions are validated');
313313
log('Pushing functions\n');
314314

315-
Updater.start(false,)
316-
let successfullyPushed = 0;
315+
Updater.start(false);
317316
let successfullyPushed = 0;
317+
let successfullyDeployed = 0;
318318

319319
await Promise.all(functions.map(async (func) => {
320320
const ignore = func.ignore ? 'appwrite.json' : '.gitignore';

0 commit comments

Comments
 (0)