diff --git a/Makefile b/Makefile index 7e7b83d..970c750 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,7 @@ pull: # I= : Pull last published Riju image from Docker Hub download: # L= T= : Download last published .deb from S3 @: $${L} $${T} $${S3_BUCKET} mkdir -p $(BUILD) - aws s3 cp $(S3_DEB) $(BUILD)/$(DEB) + aws s3 cp $(S3_DEB) $(BUILD)/$(DEB) --no-sign-request plan: # Display plan to pull/rebuild outdated or missing artifacts node tools/plan-publish.js