From d56870cff9fac4704de91dee9ef3138bf0a80ff4 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 17 Apr 2006 16:15:33 +0000 Subject: Fixing a bunch of small bugs, mostly found by testing on solaris, and added a check to the test system that points out memory growth git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1113 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/parser/ast/tag.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/parser') diff --git a/lib/puppet/parser/ast/tag.rb b/lib/puppet/parser/ast/tag.rb index ce59558f3..0807d207e 100644 --- a/lib/puppet/parser/ast/tag.rb +++ b/lib/puppet/parser/ast/tag.rb @@ -2,7 +2,7 @@ class Puppet::Parser::AST # The code associated with a class. This is different from components # in that each class is a singleton -- only one will exist for a given # node. - class Set < AST::Branch + class Tag < AST::Branch @name = :class attr_accessor :type -- cgit