Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AAD53EA28 for ; Mon, 25 Feb 2013 09:30:36 +0000 (UTC) Received: (qmail 86758 invoked by uid 500); 25 Feb 2013 09:30:36 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 86739 invoked by uid 500); 25 Feb 2013 09:30:36 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 86724 invoked by uid 99); 25 Feb 2013 09:30:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2013 09:30:35 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of martha.c.chumo@gmail.com designates 74.125.82.41 as permitted sender) Received: from [74.125.82.41] (HELO mail-wg0-f41.google.com) (74.125.82.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2013 09:30:26 +0000 Received: by mail-wg0-f41.google.com with SMTP id ds1so3165732wgb.2 for ; Mon, 25 Feb 2013 01:30:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer:in-reply-to :references; bh=+826u56HHMQs9XGsnBQjI39MCbo9mNVVuicJ0Ekr4WQ=; b=WGjRqZNH+r+QxVFjiFMSLdepsYk9yBHxcvFm/izAqr2NZhX+ZSr2VXlrL46/P7BUkn XmmSdRo0RAu4+qBg0uRchpNC+EphUA4pwEAgsRTkdoF/ldrQiua/Q9hKxme+aa4cZvWT 1BAwUkptUqX+iWg/TVg8TA8qhmIJPIlQyDrE1hpdYuZxtsxl+1qUaqQDkFRxVkkj4E2V csQXfkTjkGsAQEGSbRJJvyRIgJeDKzKfinPjt3H33A+NTj3xfSQEZi5Uxk/ibaUkKnj0 lt+YJuI4Cbctop4jQC2HRXebMhHlFSn1Bs0FK/SxGU/HL8+fd4e3HSdbL7KsGlzhI7Xo 7FvQ== X-Received: by 10.194.238.226 with SMTP id vn2mr17342014wjc.23.1361784606406; Mon, 25 Feb 2013 01:30:06 -0800 (PST) Received: from localhost.localdomain ([212.49.88.98]) by mx.google.com with ESMTPS id fg6sm15271193wib.10.2013.02.25.01.30.04 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Feb 2013 01:30:05 -0800 (PST) From: martha.c.chumo@gmail.com To: dev@deltacloud.apache.org Subject: [PATCH 4/4] fixed typo in address_create.rb Date: Mon, 25 Feb 2013 12:29:43 +0300 Message-Id: <1361784584-14751-4-git-send-email-martha.c.chumo@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1361784584-14751-1-git-send-email-martha.c.chumo@gmail.com> References: <1361784584-14751-1-git-send-email-martha.c.chumo@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org From: NjeriChelimo --- server/lib/cimi/models/address_create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/cimi/models/address_create.rb b/server/lib/cimi/models/address_create.rb index a20613f..cf321ce 100644 --- a/server/lib/cimi/models/address_create.rb +++ b/server/lib/cimi/models/address_create.rb @@ -21,7 +21,7 @@ class CIMI::Model::AddressCreate < CIMI::Model::Base validate! if address_template.href? - template = address_template.find(ctx) + template = address_template.find(context) end params = { -- 1.7.9.5