Fix wrong number of parameters for report_flakes.sh.

pull/11602/head
Andriy Dzikh 2021-06-08 11:50:14 -07:00
parent 716f690189
commit 3aa922813c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
set -eu -o pipefail
if [ "$#" -ne 2 ]; then
if [ "$#" -ne 3 ]; then
echo "Wrong number of arguments. Usage: report_flakes.sh <PR number> <gopogh_summary.json> <environment>" 1>&2
exit 1
fi