Skip to content

Commit

Permalink
chore(scripts): typos
Browse files Browse the repository at this point in the history
Applying suggestions from
#1577

Co-authored-by: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
2 people authored and poiana committed Apr 7, 2021
1 parent 9e50e87 commit c587fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/publish-deb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c587fad

Please sign in to comment.