fix(git_branch): correct variable name for remote branch (#3897)

This commit is contained in:
David Knaack
2022-04-26 20:02:01 +02:00
committed by GitHub
parent d4d84a592c
commit bd7957f01c
4 changed files with 50 additions and 14 deletions
+2 -2
View File
@@ -461,7 +461,7 @@
"default": {
"always_show_remote": false,
"disabled": false,
"format": "on [$symbol$branch]($style)(:[$remote]($style)) ",
"format": "on [$symbol$branch(:$remote_branch)]($style) ",
"ignore_branches": [],
"only_attached": false,
"style": "bold purple",
@@ -2543,7 +2543,7 @@
"type": "object",
"properties": {
"format": {
"default": "on [$symbol$branch]($style)(:[$remote]($style)) ",
"default": "on [$symbol$branch(:$remote_branch)]($style) ",
"type": "string"
},
"symbol": {