Skip to content

Commit

Permalink
quotes make the syntax highlight nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Feb 10, 2012
1 parent 5eb461f commit ac6f0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/chef-node/01_slide.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ separated list of platform names (lower-case).

@@@ruby
# on an ubuntu system:
platform?("ubuntu) # => true
platform?("ubuntu") # => true

This isn't a `Chef::Node` method, but worth mentioning here as an
alternate way to check the node's platform.
Expand Down

0 comments on commit ac6f0f2

Please sign in to comment.