From 3a706c07816355760bef174c1729bc93f8b04f53 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Sat, 28 Dec 2024 14:24:11 +0000 Subject: [PATCH] Remove extraneous backtick from find command ...otherwise the find command always finds nothing, despite /usr/local/bin being full of chef symlinks. --- content/uninstall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/uninstall.md b/content/uninstall.md index 6c650b0115..6c8d7ca1f8 100644 --- a/content/uninstall.md +++ b/content/uninstall.md @@ -55,7 +55,7 @@ sudo pkgutil --forget com.getchef.pkg.chef-workstation To remove symlinks: > ```bash -> sudo find /usr/local/bin -lname '`/opt/chef-workstation/*' -delete +> sudo find /usr/local/bin -lname '/opt/chef-workstation/*' -delete > ``` ### Red Hat Enterprise Linux