From 77f13498112786b4ebf9ef8e0737390e6b226cbd Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sat, 19 Feb 2022 22:57:43 -0500
Subject: [PATCH] Update vault_container.sh

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

diff --git a/ct/vault_container.sh b/ct/vault_container.sh
index a375185d..3c3653d2 100644
--- a/ct/vault_container.sh
+++ b/ct/vault_container.sh
@@ -78,7 +78,7 @@ function load_module() {
 TEMP_DIR=$(mktemp -d)
 pushd $TEMP_DIR >/dev/null
 
-wget -qL https://raw.githubusercontent.com/tteck/Proxmox/dev/setup/vault_setup.sh
+wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/vault_setup.sh
 
 load_module overlay
 echo -e "${RD} Patience is required while Building Vaultwarden ${CL} \n"