Skip to content

Commit

Permalink
fix: ruby File.exist
Browse files Browse the repository at this point in the history
  • Loading branch information
icai committed Jan 21, 2024
1 parent 90b329e commit 77d5a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ end
```ruby
ruby_block "name" do
block { File.read ... }
not_if { File.exists?(...) }
not_if { File.exist?(...) }
end
```

Expand Down

0 comments on commit 77d5a05

Please sign in to comment.