Fix typo
This commit is contained in:
parent
fb22ec23a7
commit
6208cf8cbb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ installdir=$2
|
||||||
printf "[-] Are you sure ? \n"
|
printf "[-] Are you sure ? \n"
|
||||||
printf "[-] These directories will be erased:\n"
|
printf "[-] These directories will be erased:\n"
|
||||||
printf " [*] %s \n" "${gitdir}"
|
printf " [*] %s \n" "${gitdir}"
|
||||||
printf " [*] %s \n" "${installdir}\n"
|
printf " [*] %s \n" "${installdir}"
|
||||||
printf "[y|n] "
|
printf "[y|n] "
|
||||||
while true; do
|
while true; do
|
||||||
read -r r
|
read -r r
|
||||||
|
|
Loading…
Reference in a new issue