fix (plugins/cryptography): typo in decrypt-payload function

pull/2148/head
Gurkirat Singh 2022-06-22 17:35:02 +05:30
parent c1d0ee420d
commit 4a1f39546d
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ function encrypt-payload() {
echo "[x] Something went wrong!"
rm -rf "$OUTFILE"
else
echo "[!] Saved the encrypted file to '$OUTFILE'"
echo "[+] Saved the encrypted file to '$OUTFILE'"
fi
else
# if payload file then encrypt with stdin
@ -57,7 +57,7 @@ function decrypt-payload() {
echo "[x] Something went wrong!"
rm -rf "$OUTFILE"
else
echo "[!] Saved the encrypted file to '$OUTFILE'"
echo "[+] Saved the decrypted file to '$OUTFILE'"
fi
else
# if payload file then encrypt with stdin