brabster / crucible

AWS CloudFormation templates built with Clojure
Eclipse Public License 1.0
72 stars 18 forks source link

Sub function doesn't render correctly #107

Open brabster opened 7 years ago

brabster commented 7 years ago
(sub "foo ${bar}")

renders as a structure like

{"Type": "Sub", "SubValue": "foo ${bar}"}