Skip to content

Commit c183d08

Browse files
rojomisinchris-rock
authored andcommitted
trying to fix line 166 (#2)
* trying to fix line 166 * trying to fix line 166 Signed-off-by: rojomisin <rmicone@gmail.com>
1 parent b20a66e commit c183d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/windows_updates.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def fetchUpdates
165165
}
166166
$updates | ConvertTo-Json
167167
EOH
168-
cmd = inspec.powershell(script)
168+
cmd = @inspec.powershell(script)
169169

170170
begin
171171
@cache_available = JSON.parse(cmd.stdout)

0 commit comments

Comments
 (0)