diff --git a/garlic_example.rb b/garlic_example.rb index 25ebfa3..475795e 100644 --- a/garlic_example.rb +++ b/garlic_example.rb @@ -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