diff options
author | sersut <serdar@opscode.com> | 2013-05-20 16:04:41 -0700 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2013-05-20 16:04:41 -0700 |
commit | 949715f2e10925ea79d5645078fcb3b4bfd225da (patch) | |
tree | 9adc18232a136120985c5ebbed511f06d895f2ac /lib/chef/util/diff.rb | |
parent | 669bb5913611ebe4838afee4c120d0006d289646 (diff) | |
download | chef-949715f2e10925ea79d5645078fcb3b4bfd225da.tar.gz |
Fix comments that include FIXME / TODO / XXX.
Diffstat (limited to 'lib/chef/util/diff.rb')
-rw-r--r-- | lib/chef/util/diff.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/util/diff.rb b/lib/chef/util/diff.rb index 1151722af8..9431939793 100644 --- a/lib/chef/util/diff.rb +++ b/lib/chef/util/diff.rb @@ -94,7 +94,8 @@ class Chef else @diff = result.stdout.split("\n") @diff.delete("\\ No newline at end of file") - # XXX: successful return of the diff is here, we return nil as no error... ugh... + # Successful return of the diff. + # We return nil as no error... return nil end elsif not result.stderr.empty? |