docs(brew): Fix uninstallation script echo typo (#255)

This commit is contained in:
fiftydinar 2024-06-03 23:58:10 +02:00 committed by GitHub
commit d2273f410a
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