Skip to content

Commit 23523be

Browse files
Update templates/cli/lib/commands/push.js.twig
1 parent b33054e commit 23523be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ const pushFunction = async ({ functionId, all, yes, async } = {}) => {
509509
error(`Deployment of ${name} has failed. Check at ${failUrl} for more details\n`);
510510
})
511511

512-
success(`Pushed ${successfullyPushed} functions with ${successfullyDeployed} successfully deployed`);
512+
success(`Pushed ${successfullyPushed} functions with ${successfullyDeployed} successful deployments.`);
513513
}
514514

515515
const createAttribute = async (databaseId, collectionId, attribute) => {

0 commit comments

Comments
 (0)