From 00cba6dc042d0fec7b0158ea3a16e357d32acf5d Mon Sep 17 00:00:00 2001 From: Guillaume Algis Date: Sat, 18 Jan 2014 19:34:45 +0100 Subject: [PATCH] Fix comment error in example formula Closes Homebrew/homebrew#26017. Signed-off-by: Jack Nagel --- Library/Contributions/example-formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index 345544f551..18bde5dd89 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'