From b27c01bc9b9d345cee053b9e28d9dbfdf956b6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 10 Sep 2020 10:29:38 +0200 Subject: update.sh: pull main instead MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 677aa03e..92588fc0 100755 --- a/update.sh +++ b/update.sh @@ -48,7 +48,7 @@ if [ "$branch" == "master" ]; then fi echo 'Updating poezio' -git pull --ff-only origin master || { +git pull --ff-only origin main || { echo "The script failed to update poezio." exit 1 } -- cgit v1.2.3