provision: Add missing ENDC to avoid colouring all output.

This commit is contained in:
patricklauer 2022-05-03 21:41:43 +02:00 committed by GitHub
parent e13154f089
commit d86b7c4ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ def install_apt_deps(deps_to_install: List[str]) -> None:
def install_yum_deps(deps_to_install: List[str]) -> None:
print(WARNING + "RedHat support is still experimental.")
print(WARNING + "RedHat support is still experimental." + ENDC)
run_as_root(["./scripts/lib/setup-yum-repo"])
# Hack specific to unregistered RHEL system. The moreutils