From ee00e2b0959e8606f5ecf375f6bcf7534722d11b Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 30 Sep 2021 09:49:47 -0700 Subject: [PATCH] Fix invalid refspec --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index ef7a658..4e72fec 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 $DL_LINK + git pull upstream echo " === Using latest version on $DL_LINK" echo " === Starting!" httpd-foreground