From 198162224e7f2b4af70672d1422d07aa9c615af8 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 20 Jan 2021 02:24:39 -0500 Subject: [PATCH] Fixes branch/upstream in create pr runner --- src/views/viewCommands.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/viewCommands.ts b/src/views/viewCommands.ts index 7a8c427..2260526 100644 --- a/src/views/viewCommands.ts +++ b/src/views/viewCommands.ts @@ -302,8 +302,8 @@ export class ViewCommands { repoPath: node.repoPath, remote: remoteInfo, branch: { - name: node.branch.getNameWithoutRemote(), - upstream: node.branch.getTrackingWithoutRemote(), + name: node.branch.name, + upstream: node.branch.tracking, isRemote: node.branch.remote, remote: remoteInfo,