Pushed in commit 648c1f5e004bcaa93a1ec6333c61bdb089023dd9. Regards, Dies Koper
> -----Original Message----- > From: mar...@redhat.com [mailto:mandr...@redhat.com] > Sent: Friday, 1 February 2013 4:08 AM > To: dev@deltacloud.apache.org > Cc: Koper, Dies > Subject: Re: [PATCH] cimi: fixed typo address_teplates -> address_templates > > ACK - nice catch > > On 31/01/13 07:46, di...@fast.au.fujitsu.com wrote: > > From: Dies Koper <di...@fast.au.fujitsu.com> > > > > --- > > server/lib/cimi/models/address_template.rb | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/server/lib/cimi/models/address_template.rb > b/server/lib/cimi/models/address_template.rb > > index 41d86f6..d081567 100644 > > --- a/server/lib/cimi/models/address_template.rb > > +++ b/server/lib/cimi/models/address_template.rb > > @@ -42,7 +42,7 @@ class CIMI::Model::AddressTemplate < > CIMI::Model::Base > > if context.driver.respond_to? :address_templates > > context.driver.address_templates(context.credentials, {:env=>context}) > > else > > - current_db.address_teplates.map { |t| from_db(t, context) } > > + current_db.address_templates.map { |t| from_db(t, context) } > > end > > else > > if context.driver.respond_to? :address_template > > >