From fb735448781cd53d434246907e0b008d17a8ba75 Mon Sep 17 00:00:00 2001 From: akatch Date: Mon, 15 Nov 2021 17:01:08 -0600 Subject: [PATCH] Extra hyphen --- build-report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-report.sh b/build-report.sh index 0af08b65..f75c4147 100755 --- a/build-report.sh +++ b/build-report.sh @@ -5,7 +5,7 @@ BUILD_NAME=$1 printf '# %s\n' "$BUILD_NAME" printf "| Test | Result | Failure Reason | Effort to Fix | Notes |\n" -printf "| ---- | ------ | -------------- | ------------- | ----- |\n" +printf "| ---- | ------ | -------------- | ------------ | ----- |\n" openqa-cli api -X GET jobs build="$BUILD_NAME" | \ jq -r '.jobs[] | {name,result} | join(" | ") | split("-") | last' | \