Skip to content

Commit

Permalink
Fix commands variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirch committed Feb 13, 2024
1 parent 8c636a4 commit baabf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Expand Up @@ -10,7 +10,7 @@

functions = [name for name in os.listdir("target/lambda/")]

commands = ["mkdir -p infrastructure/data/lambdas"]
commands.append("mkdir -p infrastructure/data/lambdas")

for function in functions:
commands.append(f"cp target/lambda/{function}/bootstrap.zip infrastructure/data/lambdas/{function}.zip")
Expand Down

0 comments on commit baabf15

Please sign in to comment.