Skip to content

Commit 9e447ca

Browse files
author
Sean OMeara
committed
removing type in cask provider
1 parent 47e2c82 commit 9e447ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/cask.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def load_current_resource
1414
unless @cask.casked
1515
execute "installing cask #{new_resource.name}" do
1616
command "/usr/local/bin/brew cask install #{new_resource.name}"
17-
not_if "/usr/local/bin/brew brew list | grep #{new_resource.name}"
17+
not_if "/usr/local/bin/brew list | grep #{new_resource.name}"
1818
end
1919
end
2020
end

0 commit comments

Comments
 (0)