Skip to content

Commit

Permalink
Add unpacked gems path in Capfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafa G committed Aug 26, 2010
1 parent f65c623 commit a3b74c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/capify
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ end
files = {
"Capfile" => unindent(<<-FILE),
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy' # remove this line to skip loading any of the default tasks
FILE
Expand Down

0 comments on commit a3b74c1

Please sign in to comment.