From: Michal Fojtik <[email protected]>
Signed-off-by: Michal fojtik <[email protected]> --- server/lib/cimi/helpers.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/lib/cimi/helpers.rb b/server/lib/cimi/helpers.rb index b645fbb..2dba3be 100644 --- a/server/lib/cimi/helpers.rb +++ b/server/lib/cimi/helpers.rb @@ -86,7 +86,7 @@ module CIMI::Collections end after do - headers 'X-CIMI-Specification-Version' => Deltacloud[:cimi].version + headers 'CIMI-Specification-Version' => Deltacloud[:cimi].version end def self.new_route_for(route, &block) -- 1.7.7.5 (Apple Git-26)
