Browse Source

Adds missing )

main
Eric Amodio 5 years ago
parent
commit
9ff0407dee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/nodes/remoteNode.ts

+ 1
- 1
src/views/nodes/remoteNode.ts View File

@ -61,7 +61,7 @@ export class RemoteNode extends ViewNode {
'',
undefined,
hierarchy,
`remote(${this.remote.name}`
`remote(${this.remote.name})`
);
const children = root.getChildren() as (BranchOrTagFolderNode | BranchNode)[];

Loading…
Cancel
Save