GitRepo.vala
[gitlive] / GitRepo.vala
index c3f7db8..f75b4df 100644 (file)
@@ -178,7 +178,7 @@ public class GitRepo : Object
     
     public bool is_master_branch()
     {
-       return this.currentBranch.name == "master"
+       return this.currentBranch.name == "master";
                
     }