Skip to content

Commit

Permalink
ci: fix justfile indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed May 24, 2024
1 parent a432072 commit 47ad157
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ upload-release-assets-to-s3 bin_name:

cd deploy/{{bin_name}}
for file in *.zip *.tar.gz; do
aws s3 cp "$file" "s3://$bucket/$file" --acl public-read done
aws s3 cp "$file" "s3://$bucket/$file" --acl public-read
done

node-man-integration-tests:
#!/usr/bin/env bash
Expand Down

0 comments on commit 47ad157

Please sign in to comment.