From df92b5c7add6969c4befc718f859132c176305b6 Mon Sep 17 00:00:00 2001 From: lmphatsi Date: Mon, 3 May 2021 11:50:27 +0200 Subject: [PATCH] Pull from main branch Pull from main as opposed to master --- scripts/gitpull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitpull.sh b/scripts/gitpull.sh index 55cf538..a5ac75b 100644 --- a/scripts/gitpull.sh +++ b/scripts/gitpull.sh @@ -1,4 +1,4 @@ #!/bin/bash git fetch --all -git pull origin master +git pull origin main