Skip to content

Commit

Permalink
Fix the operator to be not equal in string values (#3170)
Browse files Browse the repository at this point in the history
As the document explains in the introduction, '!' is
not an available operator, so logically it should be
'!='

Signed-off-by: mcasquer <[email protected]>
  • Loading branch information
mcasquer authored Aug 27, 2024
1 parent 090f8ce commit 5c3c4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/hardware/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ description: |
Only ``=`` and ``!=`` operators are accepted for flag-like requirements,
e.g. :ref:`virtualization.is-virtualized </spec/hardware/virtualization>`.

Only ``=``, ``!``, ``~`` and ``!~`` operators are accepted for
Only ``=``, ``!=``, ``~`` and ``!~`` operators are accepted for
requirements that accept string values, e.g.
:ref:`cpu.model-name </spec/hardware/cpu>` or
:ref:`virtualization.hypervisor </spec/hardware/virtualization>`.
Expand Down

0 comments on commit 5c3c4cb

Please sign in to comment.