fetch-cloudformation-examples default directory

Writes to cfn/cloudformation-examples, which is in .gitignore

Change-Id: I3f863d50218b6bea3d1bec17b2a5a42a2a4622eb
This commit is contained in:
Steve Baker 2013-05-06 10:12:43 +12:00
parent 61adad5014
commit 69cf73c384
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
cfn/cloudformation-examples/

View File

@ -9,7 +9,7 @@ import xml.etree.ElementTree as xml
basepath = os.path.abspath(os.path.join(sys.argv[0],
os.path.pardir,
os.path.pardir,
'templates',
'cfn',
'cloudformation-examples'))
bucket = 'cloudformation-templates-us-east-1'