diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2014-12-18 12:47:46 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2014-12-18 12:47:46 -0500 |
commit | 164094a4adddc767f894b6b42c9ceff0d4bae19e (patch) | |
tree | 731d4169122b6f32f3b52d1e787ba7cb91b6758a /.gitignore | |
parent | 2c11830eb8a910ebd70a39e235d25d48708ede12 (diff) | |
parent | 34ac7b11c72a4ef30a3c646271410578245cd582 (diff) | |
download | openshift-164094a4adddc767f894b6b42c9ceff0d4bae19e.tar.gz openshift-164094a4adddc767f894b6b42c9ceff0d4bae19e.tar.bz2 openshift-164094a4adddc767f894b6b42c9ceff0d4bae19e.tar.xz openshift-164094a4adddc767f894b6b42c9ceff0d4bae19e.zip |
Merge pull request #39 from twiest/pr
changed multi_ec2.py to print the json result string instead of the python pretty print string.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 03112b30e..e25d99eeb 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ .rvmrc .DS_Store gce.ini +multi_ec2.yaml |