renaming project_templates to template_projects

This commit is contained in:
underscorediscovery
2013-09-11 17:43:17 -02:30
parent 7a8325de37
commit f8656dfa89
2 changed files with 1 additions and 1 deletions

BIN
run.n vendored

Binary file not shown.

View File

@@ -32,7 +32,7 @@ class RunScript {
var sample = data;
var name = data2;
var samples_path = PathHelper.getHaxelib (new Haxelib("luxe")) + 'project_templates/';
var samples_path = PathHelper.getHaxelib (new Haxelib("luxe")) + 'template_projects/';
var sample_path = samples_path + sample + '/';
if(FileSystem.exists(sample_path)) {