From f2d51014bb8f6ac96765b67a1ae9ee499c07e997 Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <caci802@gmail.com>
Date: Wed, 2 Oct 2024 19:10:46 +0200
Subject: [PATCH] Changing build function to my repository

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

diff --git a/ct/elasticsearch.sh b/ct/elasticsearch.sh
index 1e5fe58c..2586fd6e 100644
--- a/ct/elasticsearch.sh
+++ b/ct/elasticsearch.sh
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/ELKozel/Proxmox/main/misc/build.func)
 # Copyright (c) 2021-2024 tteck
 # Author: tteck (tteckster)
 # Co-Author: T.H. (ELKozel)