diff options
author | Luke Kanies <luke@madstop.com> | 2005-04-18 22:07:52 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-04-18 22:07:52 +0000 |
commit | 9d163d019b6fbd79f9abefdd108eb6b3d448348b (patch) | |
tree | 04c54c95455b01fd308c1fcfdd00e3a0f48762c5 /lib/blink/fact.rb | |
parent | 68409ef1d5edf1486a28ab88808a9fb4f994e91a (diff) | |
download | puppet-9d163d019b6fbd79f9abefdd108eb6b3d448348b.tar.gz puppet-9d163d019b6fbd79f9abefdd108eb6b3d448348b.tar.xz puppet-9d163d019b6fbd79f9abefdd108eb6b3d448348b.zip |
changing Types to Type
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@181 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/blink/fact.rb')
-rw-r--r-- | lib/blink/fact.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/blink/fact.rb b/lib/blink/fact.rb index de7d7aae0..375e09386 100644 --- a/lib/blink/fact.rb +++ b/lib/blink/fact.rb @@ -39,7 +39,7 @@ module Blink return :name end - Blink::Types.newtype(self) + Blink::Type.newtype(self) # we're adding a new resolution mechanism here; this is just how # types work |