Skip to content

Commit 0105068

Browse files
gothickIanMadd
andauthored
Remove extraneous backtick from find command (#4362)
...otherwise the find command always finds nothing, despite /usr/local/bin being full of chef symlinks. Co-authored-by: Ian Maddaus <[email protected]>
1 parent da9a873 commit 0105068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ sudo pkgutil --forget com.getchef.pkg.chef-workstation
5555
To remove symlinks:
5656

5757
> ```bash
58-
> sudo find /usr/local/bin -lname '`/opt/chef-workstation/*' -delete
58+
> sudo find /usr/local/bin -lname '/opt/chef-workstation/*' -delete
5959
> ```
6060
6161
### Red Hat Enterprise Linux

0 commit comments

Comments
 (0)