Skip to content

Commit

Permalink
Modified galric example so I can work in the 2.x-stable work
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 21, 2008
1 parent 29e9d19 commit fe9e1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions garlic_example.rb
Expand Up @@ -32,13 +32,13 @@

target '2.0-stable', :branch => 'origin/2-0-stable' do
prepare do
plugin 'inherit_views', :branch => 'origin/rails-2.0-2.1'
plugin 'inherit_views', :branch => 'origin/rails-2.0-2.1', :clone => true
end
end

target '2.1-stable', :branch => 'origin/2-1-stable' do
prepare do
plugin 'inherit_views', :branch => 'origin/rails-2.0-2.1'
plugin 'inherit_views', :branch => 'origin/rails-2.0-2.1', :clone => true
end
end

Expand Down

0 comments on commit fe9e1a2

Please sign in to comment.