From 6208cf8cbb6e832649c49433d119001652fe42aa Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 17 Apr 2024 21:07:11 -0300 Subject: [PATCH] Fix typo --- libexec/portzap/portzap-erase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/portzap/portzap-erase b/libexec/portzap/portzap-erase index e0fe1c0..b422827 100644 --- a/libexec/portzap/portzap-erase +++ b/libexec/portzap/portzap-erase @@ -10,7 +10,7 @@ installdir=$2 printf "[-] Are you sure ? \n" printf "[-] These directories will be erased:\n" printf " [*] %s \n" "${gitdir}" -printf " [*] %s \n" "${installdir}\n" +printf " [*] %s \n" "${installdir}" printf "[y|n] " while true; do read -r r