Skip to content

Instantly share code, notes, and snippets.

@arax
Created October 30, 2012 18:54
Show Gist options
  • Save arax/3982249 to your computer and use it in GitHub Desktop.
Save arax/3982249 to your computer and use it in GitHub Desktop.
[rOCCI] Core updates (#18) - typo fixed
diff --git a/lib/occi/infrastructure/resource_tpl.rb b/lib/occi/infrastructure/resource_tpl.rb
index d3d726a..67ec27b 100644
--- a/lib/occi/infrastructure/resource_tpl.rb
+++ b/lib/occi/infrastructure/resource_tpl.rb
@@ -4,7 +4,7 @@ module Occi
extend Occi
- def self.mixin
+ def self.mixins
mixin = Occi::Core::Mixin.new('http://schemas.ogf.org/occi/infrastructure#', 'resource_tpl')
mixin.title = "resource template"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment