diff options
| author | Paul Lathrop <paul@tertiusfamily.net> | 2008-03-25 10:30:41 -0700 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-03-28 17:43:16 -0500 |
| commit | 9d30b2603365ee71c8b8cb23635079827189a9c2 (patch) | |
| tree | db8efebf1ae44acb7c6d8509d931ca4ac3f27cf2 /spec/unit/parser/ast/node.rb | |
| parent | 491a69682728818e04b8a20a5d8f4f783ad6ddaf (diff) | |
| download | puppet-9d30b2603365ee71c8b8cb23635079827189a9c2.tar.gz puppet-9d30b2603365ee71c8b8cb23635079827189a9c2.tar.xz puppet-9d30b2603365ee71c8b8cb23635079827189a9c2.zip | |
Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.
Diffstat (limited to 'spec/unit/parser/ast/node.rb')
| -rwxr-xr-x | spec/unit/parser/ast/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/ast/node.rb b/spec/unit/parser/ast/node.rb index 757934415..aaba4c2e8 100755 --- a/spec/unit/parser/ast/node.rb +++ b/spec/unit/parser/ast/node.rb @@ -122,4 +122,4 @@ describe Puppet::Parser::AST::Node do @compiler.class_scope(@middle).namespaces.should be_include(@top.namespace) end end -end
\ No newline at end of file +end |
