From 23e1fef822e12ab9611df876d616bb25789cb0e1 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 30 Sep 2021 10:04:00 -0700 Subject: [PATCH] Fix pulling upstream branchless --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 4e72fec..dd15d90 100644 --- a/init.sh +++ b/init.sh @@ -107,7 +107,7 @@ else git commit -m "Init" git remote add upstream $DL_LINK fi - git pull upstream + git pull upstream master echo " === Using latest version on $DL_LINK" echo " === Starting!" httpd-foreground