Git.vala
authorAlan Knowles <alan@roojs.com>
Thu, 7 Mar 2019 07:57:23 +0000 (15:57 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 Mar 2019 07:57:23 +0000 (15:57 +0800)
Git.vala

index 6241ec6..749df82 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -36,7 +36,7 @@ namespace  Git {
                        this.callbacks = new Callbacks(this);
                
                }
-               public void test()
+               public void fetch()
                {
                        // remotes probably will not work with http auth..
                        var ar = this.repo.list_remotes();