docs(brew): Fix uninstallation script echo typo

This commit is contained in:
fiftydinar 2024-06-03 23:57:35 +02:00 committed by GitHub
parent 8b63ba9977
commit bd42e6b7c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,10 +135,10 @@ else
fi
## This is the main directory where brew is located
if [[ -d "/var/home/linuxbrew/" ]]; then
echo "Removing '/var/home/homebrew/' directory"
echo "Removing '/home/linuxbrew/' directory"
sudo rm -rf "/var/home/linuxbrew/"
else
echo "'/home/homebrew/' directory is already removed"
echo "'/home/linuxbrew/' directory is already removed"
fi
# Remove redundant brew-setup service state file