Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Bug 1009620 - Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Sep 25, 2013
1 parent 9a3287c commit 79c4a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/app/models/application.rb
Expand Up @@ -2603,7 +2603,7 @@ def calculate_configure_order(comp_specs)
comps.each do |comp_spec|
comp_spec[:prof].configure_order.each do |dep_cart|
if !categories[dep_cart] and !existing_categories[dep_cart]
raise OpenShift::UserException.new("Cartridge '#{comp_spec[:cart].name}' can not be added with out cartridge '#{dep_cart}'.", 185)
raise OpenShift::UserException.new("Cartridge '#{comp_spec[:cart].name}' can not be added without cartridge '#{dep_cart}'.", 185)
end
end
configure_order.add_component_order(comp_spec[:prof].configure_order.map{|c| categories[c]}.flatten)
Expand Down

0 comments on commit 79c4a15

Please sign in to comment.