diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-21 16:11:05 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-21 16:11:05 -0700 |
commit | 4d435357873f8836cb033e6e4f7b2cf85b936672 (patch) | |
tree | 32e5c5b0b016e84e1cc25d6f22a4301ecaf54ab9 /omnibus/package-scripts/chef/postrm | |
parent | 2cc69ed97e698a18856b0f21e24b84f69b743eb9 (diff) | |
download | chef-4d435357873f8836cb033e6e4f7b2cf85b936672.tar.gz |
Fix chefstyle warnings (spacing on comments)
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus/package-scripts/chef/postrm')
-rwxr-xr-x | omnibus/package-scripts/chef/postrm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/package-scripts/chef/postrm b/omnibus/package-scripts/chef/postrm index a153da7102..0963b1d901 100755 --- a/omnibus/package-scripts/chef/postrm +++ b/omnibus/package-scripts/chef/postrm @@ -45,6 +45,6 @@ if [ ! -f /etc/redhat-release -a ! -f /etc/fedora-release -a ! -f /etc/system-re # not a redhat-ish RPM-based system cleanup_symlinks elif [ "x$1" = "x0" ]; then - # RPM-based system and we're deinstalling rather than upgrading + # RPM-based system and we're uninstalling rather than upgrading cleanup_symlinks fi |