Skip to content

Commit 2088dd1

Browse files
committed
Merge pull request #1304 from developerinlondon/fix/add-json-extension-to-cloudformation-template
fix(contrib/ec2): add json extension to cloudformation template
2 parents fc906e7 + 94706e7 commit 2088dd1

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/ec2/gen-json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33
import os
44

5-
template = json.load(open("deis.template",'r'))
5+
template = json.load(open("deis.template.json",'r'))
66

77
with open('../coreos/user-data','r') as f:
88
lines = f.readlines()

0 commit comments

Comments
 (0)