You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by qu...@apache.org on 2018/06/29 08:19:30 UTC

[06/10] libcloud git commit: Update doc

Update doc

Signed-off-by: Quentin Pradet <qu...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/caeac1a9
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/caeac1a9
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/caeac1a9

Branch: refs/heads/trunk
Commit: caeac1a9b47ed0781a748e4bb98f5b94aad98fda
Parents: a4af92c
Author: Anthony Monthe <an...@gmail.com>
Authored: Sun Jun 3 20:14:50 2018 +0100
Committer: Quentin Pradet <qu...@apache.org>
Committed: Fri Jun 29 11:46:26 2018 +0400

----------------------------------------------------------------------
 contrib/scrap-ec2-sizes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/caeac1a9/contrib/scrap-ec2-sizes.py
----------------------------------------------------------------------
diff --git a/contrib/scrap-ec2-sizes.py b/contrib/scrap-ec2-sizes.py
index 20231e3..992000e 100755
--- a/contrib/scrap-ec2-sizes.py
+++ b/contrib/scrap-ec2-sizes.py
@@ -21,7 +21,7 @@ This script downloads and parses AWS EC2 from https://pricing.us-east-1.amazonaw
 It writes a Python module with constants about EC2's sizes and regions.
 
 Use it as following:
-    $ python scrap-ec2-sizes.py > ../libcloud/compute/constants.py
+    $ python contrib/scrap-ec2-sizes.py > libcloud/compute/constants.py
 """
 
 import re