chore(scripts): fix typos

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce 2023-01-19 11:34:20 +00:00 committed by poiana
parent 1d0c50e272
commit 95940d2e16
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ if [ "${sign_all}" ]; then
echo "Signing ${package}..."
sign_deb ${tmp_repo_path} ${debSuite} ${file}
echo "Synching ${package}.asc to ${s3_bucket_repo}..."
echo "Syncing ${package}.asc to ${s3_bucket_repo}..."
aws s3 sync ${tmp_repo_path}/${debSuite}/${package}.asc ${s3_bucket_repo}/${debSuite}/${package}.asc --delete ---acl public-read
aws cloudfront create-invalidation --distribution-id ${AWS_CLOUDFRONT_DIST_ID} --paths ${cloudfront_path}/${debSuite}/${package}.asc
fi

View File

@ -99,7 +99,7 @@ if [ "${sign_all}" ]; then
echo "Signing ${package}..."
sign_rpm ${tmp_repo_path} ${file}
echo "Synching ${package}.asc to ${s3_bucket_repo}..."
echo "Syncing ${package}.asc to ${s3_bucket_repo}..."
aws s3 sync ${tmp_repo_path}/${package}.asc ${s3_bucket_repo}/${package}.asc --delete ---acl public-read
aws cloudfront create-invalidation --distribution-id ${AWS_CLOUDFRONT_DIST_ID} --paths ${cloudfront_path}/${package}.asc
fi