You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/07/11 15:19:34 UTC

[libcloud] 08/08: Fix typo.

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 <to...@tomaz.me>
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)