lib/eco/api/session/config.rb in eco-helpers-1.3.2 vs lib/eco/api/session/config.rb in eco-helpers-1.3.3

- old
+ new

@@ -182,10 +182,10 @@ def tagtree(enviro: nil) return @tagtree if instance_variable_defined?(:@tagtree) && @tagtree.enviro == enviro if tree_file = org["tagtree"] tree = [] tree = file_manager.load_json(tree_file) unless !tree_file - @tagtree = Eco::API::Organization::TagTree.new(tree, enviro: enviro) + @tagtree = Eco::API::Organization::TagTree.new(tree, enviro: enviro) end end def policy_groups return @policy_groups if instance_variable_defined?(:@policy_groups)