mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
There is a bug in the CI script checking spelling that causes it to skip any text that follows a horizontal ruler. (https://github.com/kata-containers/tests/issues/3448) Solution: replace one horizontal ruler marker with another that does not trip the spell-checking script. Fixes: #1793 Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>