Skip to content

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoukoVirtanen authored Dec 9, 2024
1 parent 596a2e3 commit e7d60e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/pkg/types/runtime_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func (n *RuntimeConfig) Equal(other RuntimeConfig) bool {
return n.Networking.ExternalIps.Enable == other.Networking.ExternalIps.Enable
}

func (s *RuntimeConfig) GetRuntimeConfigStr() (string, error) {
func (n *RuntimeConfig) GetRuntimeConfigStr() (string, error) {
yamlBytes, err := yaml.Marshal(s)

if err != nil {
Expand Down

0 comments on commit e7d60e8

Please sign in to comment.