From b3e0b70ca0ebc4bb2b65ad7500639eb8b9e34159 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 13 Mar 2019 15:15:15 +0800 Subject: [PATCH] Git.vala --- Git.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Git.vala b/Git.vala index d8ef3c05..0fc4754f 100644 --- a/Git.vala +++ b/Git.vala @@ -99,7 +99,7 @@ namespace GitLive { foreach(var br in this.branches) { GLib.debug("test:%s=%s", br.get_upstream().get_shorthand() , target); - if ( br.get_upstream().get_shorthand() == remote_branch_name) { + if ( br.get_upstream().get_shorthand() == target) { return br; } -- 2.39.2