Skip to content

Commit

Permalink
Fix typo in key value_of
Browse files Browse the repository at this point in the history
  • Loading branch information
yuumasato committed Feb 18, 2020
1 parent 3a16c41 commit d54d078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
<states>

<ind-def:yamlfilecontent_state version="1" id="oval:0:ste:1">
<ind-def:value-of datatype="string">secureforward-offcluster</ind-def:value-of>
<ind-def:value_of datatype="string">secureforward-offcluster</ind-def:value_of>
</ind-def:yamlfilecontent_state>

<ind-def:yamlfilecontent_state version="1" id="oval:0:ste:2">
<ind-def:value-of datatype="string" var_ref="oval:0:var:2"/>
<ind-def:value_of datatype="string" var_ref="oval:0:var:2"/>
</ind-def:yamlfilecontent_state>

</states>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
<states>

<ind-def:yamlfilecontent_state version="1" id="oval:0:ste:1">
<ind-def:value-of datatype="string">LogForwarding</ind-def:value-of>
<ind-def:value_of datatype="string">LogForwarding</ind-def:value_of>
</ind-def:yamlfilecontent_state>

<ind-def:yamlfilecontent_state version="1" id="oval:0:ste:2">
<ind-def:value-of datatype="string">openshift-logging</ind-def:value-of>
<ind-def:value_of datatype="string">openshift-logging</ind-def:value_of>
</ind-def:yamlfilecontent_state>

</states>
Expand Down

0 comments on commit d54d078

Please sign in to comment.