lib/noe/go.rb in noe-1.6.0 vs lib/noe/go.rb in noe-1.7.0

- old
+ new

@@ -296,11 +296,12 @@ class FileInstantiate < DoSomething def run File.open(relocated, 'w') do |out| dialect = entry.wlang_dialect + braces = entry.wlang_braces variables.methodize! - out << WLang::file_instantiate(entry.realpath, variables, dialect) + out << WLang::file_instantiate(entry.realpath, variables, dialect, braces) end end def to_s "wlang #{entry.path} > #{relocated}"