Skip to content

Commit

Permalink
trying generator remotley
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Aug 12, 2012
1 parent 80aa9e7 commit bafa0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate
Expand Up @@ -51,7 +51,7 @@ var create_file_safely = function(file, data){
console.log(" - `"+prettify_path(full_file)+"` already exists, skipping");
}, function(){
console.log(" - writing file `"+prettify_path(full_file)+"`");
fs.writeFileSync(full_file);
fs.writeFileSync(full_file, data);
});
}

Expand Down

0 comments on commit bafa0d7

Please sign in to comment.