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 <[email protected]> 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)
