Skip to content

Commit

Permalink
Made change to make things consistent with recent typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoukoVirtanen committed Dec 9, 2024
1 parent 348116b commit a4c8d06
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 @@ -17,7 +17,7 @@ func (n *RuntimeConfig) Equal(other RuntimeConfig) bool {
}

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

if err != nil {
return "", err
Expand Down

0 comments on commit a4c8d06

Please sign in to comment.