Merge pull request #403 from chef/sr/fix-error-find_files_or_error

fix warning in #find_files[_or_error]
This commit is contained in:
Christoph Hartmann 2016-02-01 16:40:21 +01:00
commit 7059d37132

View file

@ -33,7 +33,7 @@ module FindFiles
exit_status = result.exit_status
unless exit_status == 0
warn "find_files(): exit #{exit_status} from `#{find}`"
warn "find_files(): exit #{exit_status} from `#{cmd}`"
return nil
end