mirror of https://github.com/zulip/zulip.git
provision: Add missing ENDC to avoid colouring all output.
This commit is contained in:
parent
e13154f089
commit
d86b7c4ef7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue