From 48d4411e9c9b1a408d8be495ed28a9444238ebfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Sun, 17 Jul 2022 16:56:38 +0200 Subject: [PATCH] rename status-react to status-mobile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- github/prs_for_diff.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github/prs_for_diff.sh b/github/prs_for_diff.sh index 43d102c..15eb7b1 100755 --- a/github/prs_for_diff.sh +++ b/github/prs_for_diff.sh @@ -2,7 +2,7 @@ START=$1 STOP=$2 -REPO=${3:-status-im/status-react} +REPO=${3:-status-im/status-mobile} GH_URL=https://api.github.com @@ -11,7 +11,7 @@ function ghapi() { } if [[ -z "${@}" ]]; then - echo "Usage: prs_for_diff.sh release/1.0.x release/1.1.x status-im/status-react" + echo "Usage: prs_for_diff.sh release/1.0.x release/1.1.x status-im/status-mobile" exit 1 fi