Uncommited changes synced
authorAlan Knowles <alan@roojs.com>
Wed, 13 Mar 2019 05:42:24 +0000 (13:42 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 13 Mar 2019 05:42:24 +0000 (13:42 +0800)
Git.vala

index 4645bb4..9c99093 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -116,7 +116,7 @@ namespace  GitLive {
                                 
                                try {
                                        string[] h = { "a = 1" };
-                                       r.connect(Ggit.Direction.PUSH, this.callbacks, null, null);
+                                        r.connect(Ggit.Direction.PUSH, this.callbacks, null, null);
                                        
                                } catch (Error e) {
                                        GLib.debug("Got Error Message: %s", e.message);