Skip to content
Snippets Groups Projects
Commit 00cba6dc authored by Guillaume Algis's avatar Guillaume Algis Committed by Jack Nagel
Browse files

Fix comment error in example formula


Closes Homebrew/homebrew#26017.

Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent b7781c45
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment