Skip to content

Commit a55ddd9

Browse files
Merge pull request #396 from appwrite/fix-cli-bigfile-deploy
Fix: CLI big file deploy
2 parents 1d5293d + 9b3d997 commit a55ddd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const {{ service.name | caseLower }}{{ method.name | caseUcfirst }} = async ({ {
4747
let archivePath = fs.realpathSync('code.tar.gz')
4848
if (typeof archivePath !== 'undefined') {
4949
payload['{{ parameter.name }}'] = archivePath;
50+
{{ parameter.name }} = archivePath;
5051
}
5152

5253
{% elseif parameter.type == 'file' %}

0 commit comments

Comments
 (0)