We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc906e7 + 94706e7 commit 2088dd1Copy full SHA for 2088dd1
2 files changed
contrib/ec2/deis.template contrib/ec2/deis.template.jsoncontrib/ec2/deis.template renamed to contrib/ec2/deis.template.json
contrib/ec2/gen-json.py
@@ -2,7 +2,7 @@
2
import json
3
import os
4
5
-template = json.load(open("deis.template",'r'))
+template = json.load(open("deis.template.json",'r'))
6
7
with open('../coreos/user-data','r') as f:
8
lines = f.readlines()
0 commit comments