mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
Fix typos in build_release_nigthly
This commit is contained in:
parent
23fab75d04
commit
d6a2901ff8
2
.github/scripts/build_release_nightly.py
vendored
2
.github/scripts/build_release_nightly.py
vendored
@ -21,7 +21,7 @@ from common import (
|
|||||||
|
|
||||||
from build_definition import select_build_targets, BUILD
|
from build_definition import select_build_targets, BUILD
|
||||||
|
|
||||||
TARGETS = select_build_target(BUILD)
|
TARGETS = select_build_targets(BUILD)
|
||||||
|
|
||||||
# Filter what to build if we are doing a release.
|
# Filter what to build if we are doing a release.
|
||||||
if MAKE_RELEASE:
|
if MAKE_RELEASE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user