Skip to content

Commit 5f01cb0

Browse files
committed
fix extra paren
1 parent 8da6696 commit 5f01cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/scripts/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var util = {
1919

2020
writeFile: function(file, content) {
2121
try {
22-
var file = "../" + file);
22+
file = "../" + file;
2323
if (typeof content == "object") {
2424
content = JSON.stringify(content, null, 2)
2525
}

0 commit comments

Comments
 (0)