Skip to content

Commit 985200e

Browse files
author
Marat Salimzianov
committed
Changed quotes type for the output json
1 parent 8e018cc commit 985200e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ def get_hash(output_path):
7272
query = json.loads(sys.stdin.read())
7373
logging.debug(query)
7474
archive = build(query['src_dir'], query['output_path'])
75-
print(json.dumps({'archive': archive, "base64sha256":get_hash(archive)}))
75+
print(json.dumps({'archive': archive, 'base64sha256':get_hash(archive)}))

0 commit comments

Comments
 (0)