Skip to content

Commit 9b3d997

Browse files
committed
Fix CLI big file deploy
1 parent 1d5293d commit 9b3d997

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)