File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -703,7 +703,7 @@ keybinding:
703703 pushTag : P
704704 setUpstream : u
705705 fetchRemote : f
706- AddForkRemote : F
706+ addForkRemote : F
707707 sortOrder : s
708708 worktrees :
709709 viewWorktreeOptions : w
Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ type KeybindingBranchesConfig struct {
529529 PushTag string `yaml:"pushTag"`
530530 SetUpstream string `yaml:"setUpstream"`
531531 FetchRemote string `yaml:"fetchRemote"`
532- AddForkRemote string `yaml:"AddForkRemote "`
532+ AddForkRemote string `yaml:"addForkRemote "`
533533 SortOrder string `yaml:"sortOrder"`
534534}
535535
Original file line number Diff line number Diff line change 888888 "type" : " string" ,
889889 "default" : " f"
890890 },
891- "AddForkRemote " : {
891+ "addForkRemote " : {
892892 "type" : " string" ,
893893 "default" : " F"
894894 },
You can’t perform that action at this time.
0 commit comments