Skip to content

Commit

Permalink
Remove extraneous backtick from find command
Browse files Browse the repository at this point in the history
...otherwise the find command always finds nothing, despite /usr/local/bin being full of chef symlinks.
  • Loading branch information
gothick authored Dec 28, 2024
1 parent 8996d38 commit 3a706c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a706c0

Please sign in to comment.