Skip to content

Commit 6d38852

Browse files
committed
Merge pull request #31 from Snuff/patch-1
Add comma in the template.json. Thank you!
2 parents 0645506 + fd71bf7 commit 6d38852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/templates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dockerfiles" : [
44
{ "name": "node.dockerfile.template", "url" : "https://raw.githubusercontent.com/cloud66/starter/{{.branch}}/templates/node.dockerfile.template"},
55
{ "name": "python.dockerfile.template", "url" : "https://raw.githubusercontent.com/cloud66/starter/{{.branch}}/templates/python.dockerfile.template"},
6-
{ "name": "ruby.dockerfile.template", "url" : "https://raw.githubusercontent.com/cloud66/starter/{{.branch}}/templates/ruby.dockerfile.template"}
6+
{ "name": "ruby.dockerfile.template", "url" : "https://raw.githubusercontent.com/cloud66/starter/{{.branch}}/templates/ruby.dockerfile.template"},
77
{ "name": "php.dockerfile.template", "url" : "https://raw.githubusercontent.com/cloud66/starter/{{.branch}}/templates/php.dockerfile.template"}
88
],
99
"service-ymls" : [

0 commit comments

Comments
 (0)