rename status-react to status-mobile

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-07-17 16:56:38 +02:00
parent 9932ca7cea
commit 48d4411e9c
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 2 additions and 2 deletions

View File

@ -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