lib/ubiquo/template.erb in ubiquo-0.1.0 vs lib/ubiquo/template.erb in ubiquo-0.1.1
- old
+ new
@@ -248,10 +248,10 @@
config.i18n.load_path += Dir.glob(File.join("config", "locales", "**","*.{rb,yml}"))
config.i18n.default_locale = :en
end
CODE
ubiquo_branch = <%= @opts[:template] == :edge ? 'nil' : "'0.7-stable'" %>
-add_plugins(selected_plugins + external_plugins, :branch => ubiquo_branch, :devel => <%= @opts[:gnuine] ? true : false %>)
+add_plugins(selected_plugins + external_plugins, :branch => ubiquo_branch, :devel => <%= @opts[:devel] ? true : false %>)
<% if @opts[:gnuine] %>
plugin 'ubiquo_design', :git => 'gitosis@gandalf.gnuine.com:ubiquo_design.git', :submodule => true, :branch => ubiquo_branch
<% end %>