docs(brew): Fix uninstallation script echo typo
This commit is contained in:
parent
8b63ba9977
commit
bd42e6b7c8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue