aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorGuillaume Algis2014-01-18 19:34:45 +0100
committerJack Nagel2014-01-28 14:10:17 -0600
commite3fd2f3f05cd98a61350cfa7f9ccc81f30a41711 (patch)
treefc7930571ab09821d0ac7b969d04d1b7f58acdf3 /Library
parent7d43ce6d5380086470d67357ae42705c845697d3 (diff)
downloadhomebrew-e3fd2f3f05cd98a61350cfa7f9ccc81f30a41711.tar.bz2
Fix comment error in example formula
Closes #26017. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/example-formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb
index 345544f55..18bde5dd8 100644
--- a/Library/Contributions/example-formula.rb
+++ b/Library/Contributions/example-formula.rb
@@ -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'