mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
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:
commit
7059d37132
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue