mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Fixed a typo in variable name. Signed-off-by: @kannanr <kannaa.ram@gmail.com>
This commit is contained in:
parent
d1831a318c
commit
feb12fef77
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module Inspec::Resources
|
|||
|
||||
# method called by 'it { should exist }'
|
||||
def exists?
|
||||
inspec.command("#{@zfs_cli} get -Hp all #{@zfs_dataset}").exit_status == 0
|
||||
inspec.command("#{@zfs_cmd} get -Hp all #{@zfs_dataset}").exit_status == 0
|
||||
end
|
||||
|
||||
def mounted?
|
||||
|
|
Loading…
Reference in a new issue