From notifications-return-17291-archive-asf-public=cust-asf.ponee.io@libcloud.apache.org Sat Jul 11 15:19:28 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B719F18069C for ; Sat, 11 Jul 2020 17:19:27 +0200 (CEST) Received: (qmail 89971 invoked by uid 500); 11 Jul 2020 15:19:27 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 89834 invoked by uid 500); 11 Jul 2020 15:19:27 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 89803 invoked by uid 99); 11 Jul 2020 15:19:26 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jul 2020 15:19:26 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D74EE811DA; Sat, 11 Jul 2020 15:19:26 +0000 (UTC) Date: Sat, 11 Jul 2020 15:19:34 +0000 To: "commits@libcloud.apache.org" Subject: [libcloud] 08/08: Fix typo. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: tomaz@apache.org In-Reply-To: <159448076624.32575.4076433714300300194@gitbox.apache.org> References: <159448076624.32575.4076433714300300194@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: libcloud X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Rev: 2a6468b144ad5f0e94f50eded8c2490b033bd80a X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200711151926.D74EE811DA@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 2a6468b144ad5f0e94f50eded8c2490b033bd80a Author: Tomaz Muraus AuthorDate: Sat Jul 11 17:16:57 2020 +0200 Fix typo. --- contrib/scrape-gce-prices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/scrape-gce-prices.py b/contrib/scrape-gce-prices.py index b88cc6b..0f15d7f 100755 --- a/contrib/scrape-gce-prices.py +++ b/contrib/scrape-gce-prices.py @@ -548,6 +548,6 @@ if __name__ == "__main__": if not arg.key: raise ValueError("API key needs to provided either as a script " - "argument or via GCE_SERVICE_ID environment " + "argument or via GCE_API_KEY environment " "variable.") main(arg.key, skus=arg.all)