From 957fd59001c1309dadd445511034c9ed9d055c35 Mon Sep 17 00:00:00 2001 From: Hobbabobba Date: Tue, 16 Sep 2025 08:36:34 +0200 Subject: [PATCH] Update userkeys.sh --- userkeys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userkeys.sh b/userkeys.sh index d22b823..3adc9d8 100644 --- a/userkeys.sh +++ b/userkeys.sh @@ -1,5 +1,5 @@ #!/bin/bash -curl -sf https://raw.githubusercontent.com/Hobbabobba/keyserver/main/$1/keys +curl -sf https://raw.githubusercontent.com/Hobbabobba/keyserver/refs/heads/main/$1/keys if [ $? == 0 ]; then exit 0 else