aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2017-10-27 16:07:14 +0530
committerGitHub <noreply@github.com>2017-10-27 16:07:14 +0530
commitdb1e3e09147765c1b14aaf7cf719e45aa1dacf71 (patch)
treed0c61ed8a4ce90ebc8c7eda35bb0eac529336bc5
parent0a6a2acb0a258c4d8c5baa695b1b9c94a8b44794 (diff)
Update pwned.shHEADmaster
-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