Skip to content
Snippets Groups Projects
Commit 4c5fff05 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fixed typo-eque error

parent f81d73c2
No related branches found
No related tags found
No related merge requests found
Pipeline #4671 passed
...@@ -29,7 +29,7 @@ function main() ...@@ -29,7 +29,7 @@ function main()
echo "The report is: " echo "The report is: "
echo $report echo $report
local crash_count=$(cat report|shyaml get-value failing-input-count) local crash_count=$(echo $report|shyaml get-value failing-input-count)
if [[ $crash_count == 0 ]]; then if [[ $crash_count == 0 ]]; then
echo "No crashes found" echo "No crashes found"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment