diff options
Diffstat (limited to 'lib/chef/util/diff.rb')
-rw-r--r-- | lib/chef/util/diff.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/util/diff.rb b/lib/chef/util/diff.rb index 6f10cbde35..5cc8bf5e82 100644 --- a/lib/chef/util/diff.rb +++ b/lib/chef/util/diff.rb @@ -136,7 +136,7 @@ class Chef return "(file sizes exceed #{diff_filesize_threshold} bytes, diff output suppressed)" end - # MacOSX(BSD?) diff will *sometimes* happily spit out nasty binary diffs + # macOS(BSD?) diff will *sometimes* happily spit out nasty binary diffs return "(current file is binary, diff output suppressed)" if is_binary?(old_file) return "(new content is binary, diff output suppressed)" if is_binary?(new_file) |