This commit is contained in:
John Bintz 2011-07-14 16:55:01 -04:00
parent 811dc4f5e2
commit e7dfa262df
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Installs a bunch of scripts into the `scripts` directory of your project:
Yeah, it's a `Gemfile` with ERB in it: Yeah, it's a `Gemfile` with ERB in it:
``` ruby ``` erb
<% if env == "local" %> <% if env == "local" %>
gem 'guard', :path => '../guard' gem 'guard', :path => '../guard'
<% else %> <% else %>