We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ef32e commit fb4af3dCopy full SHA for fb4af3d
cookbooks/brew/recipes/uninstall.bash
@@ -27,6 +27,8 @@ function uninstall()
27
'/usr/local/var'
28
29
info "\n$(ls -a -l '/usr/local')"
30
+ echo
31
+ info "\n$(ls -a -l '/opt')"
32
}
33
34
function main()
0 commit comments