fix order

This commit is contained in:
Lars Gohlke 2021-01-30 22:40:01 +01:00
parent 1dd7cc1878
commit c7a1d1a4b4
1 changed files with 4 additions and 4 deletions

View File

@ -226,6 +226,10 @@ func NewBlankRoot() *yaml.Node {
Kind: yaml.ScalarNode,
Value: "api_protocol",
},
{
Kind: yaml.ScalarNode,
Value: "https",
},
{
HeadComment: "Configure host for api endpoint, defaults to the host itself",
Kind: yaml.ScalarNode,
@ -235,10 +239,6 @@ func NewBlankRoot() *yaml.Node {
Kind: yaml.ScalarNode,
Value: "gitlab.com",
},
{
Kind: yaml.ScalarNode,
Value: "https",
},
{
HeadComment: "Your GitLab access token. Get an access token at https://gitlab.com/profile/personal_access_tokens",
Kind: yaml.ScalarNode,