summaryrefslogtreecommitdiff
path: root/omnibus/package-scripts/chef/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/package-scripts/chef/postrm')
-rwxr-xr-xomnibus/package-scripts/chef/postrm2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/package-scripts/chef/postrm b/omnibus/package-scripts/chef/postrm
index 724c082be7..247688074e 100755
--- a/omnibus/package-scripts/chef/postrm
+++ b/omnibus/package-scripts/chef/postrm
@@ -25,7 +25,7 @@ else
fi
cleanup_symlinks() {
- binaries="chef-client chef-solo chef-apply chef-shell knife shef ohai"
+ binaries="chef-client chef-solo chef-apply chef-shell knife ohai"
for binary in $binaries; do
rm -f $PREFIX/bin/$binary
done