Fix comment error in example formula

Closes Homebrew/homebrew#26017.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Guillaume Algis 2014-01-18 19:34:45 +01:00 committed by Jack Nagel
parent b7781c4571
commit 00cba6dc04

View File

@ -325,7 +325,7 @@ class ExampleFormula < Formula
# Sometime you will see that instead of `+` we build up a path with `/`
# because it looks nicer (but you can't nest more than two `/`):
(var/'foo').mkpath
# Copy `./example_code/simple/ones` to share/demos/examples
# Copy `./example_code/simple/ones` to share/demos
(share/'demos').install "example_code/simple/ones"
# Copy `./example_code/simple/ones` to share/demos/examples
(share/'demos').install "example_code/simple/ones" => 'examples'