GitRepo.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 11:25:25 +0000 (19:25 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 11:25:25 +0000 (19:25 +0800)
GitRepo.vala

index 68a46fb..cbb8c2b 100644 (file)
@@ -39,7 +39,7 @@ class GitRepo : Object
      *
      */
      
-    public GitRepo(path) {
+    public GitRepo(string path) {
         // cal parent?
         
         this.gitdir = path + "/.git";