Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
please_cli: another fix for deploy:S3 (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas authored Sep 26, 2018
1 parent 8c52ccb commit 318207d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/please_cli/please_cli/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def cmd_S3(ctx,
'--delete',
'--acl', 'public-read',
tmp_dir,
's3://{}' + s3_bucket + subfolder,
's3://' + s3_bucket + subfolder,
])
please_cli.utils.check_result(
result,
Expand Down

0 comments on commit 318207d

Please sign in to comment.