Skip to content

Commit caff7b7

Browse files
committed
Fixing up the recipe
1 parent 721bebb commit caff7b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • example-repository/cookbooks/fakefile/recipes

example-repository/cookbooks/fakefile/recipes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
end
2525

26-
unless @node[:operatingsystem] == "Ubuntu" or @node['operatingsystem'] == "Darwin"
26+
unless @node[:platform] == "ubuntu" or @node[:platform] == "mac_os_x"
2727
package "emacs"
2828

2929
package "emacs" do

0 commit comments

Comments
 (0)