diff options
Diffstat (limited to 'bin/handlebars')
-rwxr-xr-x | bin/handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/handlebars b/bin/handlebars index 5e9dba8..2c03b0b 100755 --- a/bin/handlebars +++ b/bin/handlebars @@ -121,7 +121,7 @@ argv._.forEach(function(template) { // Output the content if (!argv.simple) { - output.push('})()'); + output.push('})();'); } output = output.join(''); |