Skip to content

Commit

Permalink
Update state.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtaotao0524 authored Oct 8, 2023
1 parent 876a8c4 commit b668169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ type RepositorySpec struct {
Keyring string `yaml:"keyring,omitempty"`
PassCredentials bool `yaml:"passCredentials,omitempty"`
SkipTLSVerify bool `yaml:"skipTLSVerify,omitempty"`
PlainHTTP bool `yaml: "plainHttp,omitempty"`
PlainHTTP bool `yaml:"plainHttp,omitempty"`
}

type Inherit struct {
Expand Down

0 comments on commit b668169

Please sign in to comment.