From 8533f85d2c7baf3b8895a53bb290bc2a2d65afc0 Mon Sep 17 00:00:00 2001 From: Quentin Castel Date: Tue, 3 Dec 2019 16:11:48 +0000 Subject: [PATCH] typo --- backport.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backport.sh b/backport.sh index e863751..21d10bd 100755 --- a/backport.sh +++ b/backport.sh @@ -69,7 +69,7 @@ fi echo "The reviewers for those PRs: $reviewers" echo "Show how the remote are setup" -git remote -r +git remote -v echo "Create the backport PR for each of the ${BACKPORT_BRANCHES_REGEX} branches" # Cherry pick master in every select branches and create a PR