From c587fadbce23ffa188bd17c05d09c4951431ed4b Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Fri, 26 Mar 2021 16:51:16 +0100 Subject: [PATCH] chore(scripts): typos Applying suggestions from https://github.com/falcosecurity/falco/pull/1577 Co-authored-by: Leonardo Di Donato Signed-off-by: Leonardo Grasso --- scripts/publish-deb | 2 +- scripts/publish-rpm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/publish-deb b/scripts/publish-deb index 7f07d3d7..61dda147 100755 --- a/scripts/publish-deb +++ b/scripts/publish-deb @@ -110,7 +110,7 @@ s3_bucket_repo="s3://falco-distribution/packages/${repo}" cloudfront_path="/packages/${repo}" tmp_repo_path=/tmp/falco-$repo -# prepere repository local copy +# prepare repository local copy echo "Fetching ${s3_bucket_repo}..." mkdir -p ${tmp_repo_path} aws s3 cp ${s3_bucket_repo} ${tmp_repo_path} --recursive diff --git a/scripts/publish-rpm b/scripts/publish-rpm index 323ea485..bd5950de 100755 --- a/scripts/publish-rpm +++ b/scripts/publish-rpm @@ -74,7 +74,7 @@ s3_bucket_repo="s3://falco-distribution/packages/${repo}" cloudfront_path="/packages/${repo}" tmp_repo_path=/tmp/falco-$repo -# prepere repository local copy +# prepare repository local copy echo "Fetching ${s3_bucket_repo}..." mkdir -p ${tmp_repo_path} aws s3 cp ${s3_bucket_repo} ${tmp_repo_path} --recursive