Skip to content

Commit b165d79

Browse files
committed
🤦
1 parent 8b178fc commit b165d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def main(gdalversion, alversion, deploy):
7777
res = client.publish_layer_version(
7878
LayerName=layer_name,
7979
Content={"ZipFile": zf.read()},
80-
CompatibleRuntimes=[runtimes],
80+
CompatibleRuntimes=runtimes,
8181
Description=description,
8282
LicenseInfo="MIT"
8383
)

0 commit comments

Comments
 (0)