Update doc Signed-off-by: Quentin Pradet <[email protected]>
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 <[email protected]> Authored: Sun Jun 3 20:14:50 2018 +0100 Committer: Quentin Pradet <[email protected]> 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
