Created
October 30, 2012 18:54
-
-
Save arax/3982249 to your computer and use it in GitHub Desktop.
[rOCCI] Core updates (#18) - typo fixed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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