mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
provision: Fix typo when checking that vendor is Fedora.
This commit is contained in:
@@ -276,7 +276,7 @@ def install_yum_deps(deps_to_install, retry=False):
|
||||
# Compile tsearch-extras from scratch, since we maintain the
|
||||
# package and haven't built an RPM package for it.
|
||||
run(["sudo", "./scripts/lib/build-tsearch-extras"])
|
||||
if vendor == "fedora":
|
||||
if vendor == "Fedora":
|
||||
# Compile PGroonga from scratch, since pgroonga upstream
|
||||
# doesn't provide Fedora packages.
|
||||
run(["sudo", "./scripts/lib/build-pgroonga"])
|
||||
|
||||
Reference in New Issue
Block a user