src/Project/Project.vala
authorAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 09:44:46 +0000 (17:44 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 09:44:46 +0000 (17:44 +0800)
src/Project/Project.vala

index 645198b..4642594 100644 (file)
@@ -103,7 +103,7 @@ namespace Project {
                                        if (!Regex.match_simple("\\.json$", fn)) {
                                                continue;
                                        }
-                                       factoryFromFile(dirname + "/" + fn);
+                                       factoryFromFile(dirname + "/" + fn);
                                }       
                        } catch(Error e) {
                                print("oops - something went wrong scanning the projects\n");