Fixed a typo in variable name. Signed-off-by: @kannanr <kannaa.ram@gmail.com>

This commit is contained in:
Kannan Ramakrishnan 2021-05-15 18:53:39 +05:30
parent d1831a318c
commit feb12fef77

View file

@ -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?