Skip to content

Commit eba0b96

Browse files
Merge pull request #551 from appwrite/fix-cli-permissions-missing
Fix: CLI: Missing permissions after deploy
2 parents d3eebcd + 62a8156 commit eba0b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ const deployCollection = async ({ all } = {}) => {
505505
collectionId: collection['$id'],
506506
name: collection.name,
507507
documentSecurity: collection.documentSecurity,
508-
'$permissions': collection['$permissions'],
508+
permissions: collection['$permissions'],
509509
parseOutput: false
510510
})
511511

0 commit comments

Comments
 (0)