From ec0893d90ec1e43c1b2abc8bd1f05ab5d92f7d66 Mon Sep 17 00:00:00 2001
From: Miguel Muniz <miguel@muniz.org>
Date: Tue, 23 Jul 2024 15:07:30 -0700
Subject: [PATCH] refrence fix for testing

---
 ct/gitea.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ct/gitea.sh b/ct/gitea.sh
index 4888b614..6436e0e9 100644
--- a/ct/gitea.sh
+++ b/ct/gitea.sh
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/Rogue-King/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/Rogue-King/Proxmox/gitea/misc/build.func)
 # Copyright (c) 2021-2024 tteck
 # Author: tteck (tteckster)
 # Co-author: Rogue-King