Browse Source

Fixes branch/upstream in create pr runner

main
Eric Amodio 3 years ago
parent
commit
198162224e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/viewCommands.ts

+ 2
- 2
src/views/viewCommands.ts View File

@ -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,

Loading…
Cancel
Save