Scm/Git/Repo.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 10:50:40 +0000 (18:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 10:50:40 +0000 (18:50 +0800)
Scm/Git/Repo.vala

index d256ed0..d9e5bd8 100644 (file)
@@ -169,7 +169,7 @@ class GitRepo : Object
     push : function ()
     {
         // should 
-        return this.git({ 'push' });
+        return this.git({ "push" });
         
     },