mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
clean up output
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
12329cf48a
commit
6d0abf2980
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ upload_s3_file() {
|
|||
|
||||
echo "--- downloading coverage tool"
|
||||
download_s3_file test-reporter || download_test_reporter
|
||||
download_s3_file test-reporter.sha || echo "Could not download test-reporter.sha"
|
||||
download_s3_file test-reporter.sha || echo -e "\nCould not download test-reporter.sha"
|
||||
|
||||
|
||||
echo "--- updating rubygems"
|
||||
|
|
Loading…
Add table
Reference in a new issue