Skip to content

Commit 6821aca

Browse files
committed
type AddForkRemote command in config in camelCase: addForkRemote
1 parent a5fa422 commit 6821aca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pkg/config/user_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

schema/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@
888888
"type": "string",
889889
"default": "f"
890890
},
891-
"AddForkRemote": {
891+
"addForkRemote": {
892892
"type": "string",
893893
"default": "F"
894894
},

0 commit comments

Comments
 (0)