From 121d0e9d0bcaaaf1f692e727bfba7ca8de60a0c1 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Mon, 26 Jul 2021 16:23:54 -0600 Subject: [PATCH] Fixed archive.ort typo --- gdead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdead b/gdead index 73f8293..1e93314 100755 --- a/gdead +++ b/gdead @@ -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