aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pwned.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pwned.sh b/pwned.sh
index 81bb524..f3e4b8a 100644
--- a/pwned.sh
+++ b/pwned.sh
@@ -30,8 +30,8 @@ clear
header
echo ""
echo "Checking if you have been Pwned"
-curl -s -o breach.json "https://haveibeenpwned.com/api/v2/breachedaccount/"$account""
-curl -s -o pasteacc.json "https://haveibeenpwned.com/api/v2/pasteaccount/"$account""
+curl -s -o breach.json "https://haveibeenpwned.com/api/v2/breachedaccount/$account"
+curl -s -o pasteacc.json "https://haveibeenpwned.com/api/v2/pasteaccount/$account"
#curl -s -o pwnedpassword.json "https://haveibeenpwned.com/api/v2/pwnedpassword/"$account""
clear