Skip to content

Commit

Permalink
fix: Fix AWS user folder package parameter (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Bouvignies committed Sep 1, 2023
1 parent 12cd901 commit 3a02870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.star
Expand Up @@ -29,7 +29,7 @@ def run(
aws_env["aws_bucket_name"] = aws_bucket_name

if len(aws_bucket_folder) > 0:
aws_env["aws_bucket_folder"] = aws_bucket_folder
aws_env["aws_bucket_user_folder"] = aws_bucket_folder

env_aws = get_aws_user_info(plan, aws_env)

Expand Down

0 comments on commit 3a02870

Please sign in to comment.