Fixed archive.ort typo

master
Keith Irwin 2021-07-26 16:23:54 -06:00
parent 2d14637113
commit 121d0e9d0b
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

2
gdead
View File

@ -74,7 +74,7 @@ mkfifo "$PIPE"
# Metadata search
res=$(curl --user-agent "$UA" --silent "$URL" | cut -c 3- | head -c-2 | jq -r '.response.docs[0].identifier')
if [ "$res" == "" ]; then
echo "FATAL: Could not connect to archive.ort"
echo "FATAL: Could not connect to archive.org"
exit 4
fi