From 8e6555606a1f55ae97dcfd2b383675f5e12e77a3 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 20 May 2021 00:02:09 +0200 Subject: [PATCH] Fix wrong repo Signed-off-by: Knut Ahlers --- update-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-version.sh b/update-version.sh index 8ed067f..24ec578 100755 --- a/update-version.sh +++ b/update-version.sh @@ -18,4 +18,4 @@ git diff --exit-code && exit 0 echo "Updating repository..." make tag -git push -q https://${GH_USER}:${GH_TOKEN}@github.com/luzifer-docker/vault.git master --tags +git push -q https://${GH_USER}:${GH_TOKEN}@github.com/luzifer-docker/teamspeak3.git master --tags