From d5d5042afb92f6e2397ff9d372b886f3f4fd1f6f Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Wed, 12 Oct 2022 16:50:03 -0500 Subject: [PATCH] build: updating project layout --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index a5d0051..90cd15e 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -21,7 +21,7 @@ rm -f dmoonfire* if [ "x$CI" != "x" ] then log "changing Git URL to allow for pushing" - git remove set-url origin https://dmoonfire:$GITEA_TOKEN@src.mfgames.com/fedran-sources/i-will-hurt-you-only-once.git + git remote set-url origin https://dmoonfire:$GITEA_TOKEN@src.mfgames.com/fedran-sources/i-will-hurt-you-only-once.git else log "not changing Git URL because we are not in a CI" fi