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