From c01ba8b155655470a9356b5a01475378bea35a69 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 --- 5etools-docker/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5etools-docker/init.sh b/5etools-docker/init.sh index 4e72fec1..dd15d902 100644 --- a/5etools-docker/init.sh +++ b/5etools-docker/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