fix(config): update case for default forge_type
This commit is contained in:
parent
ca673f9545
commit
4b64aa5a14
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[forge.default]
|
[forge.default]
|
||||||
forge_type = "forgejo"
|
forge_type = "ForgeJo"
|
||||||
hostname = "git.example.net"
|
hostname = "git.example.net"
|
||||||
user = "git-next" # the user to perform actions as
|
user = "git-next" # the user to perform actions as
|
||||||
# API token for user?
|
# API token for user?
|
||||||
|
|
Loading…
Reference in a new issue