mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 13:45:45 -05:00
packages/cli: cmd_update(): add enforce_wrap()
This commit is contained in:
parent
acee95a003
commit
74a7aeb668
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ def cmd_update(
|
||||||
discard_changes: bool = False,
|
discard_changes: bool = False,
|
||||||
):
|
):
|
||||||
"""Update PKGBUILDs git repo"""
|
"""Update PKGBUILDs git repo"""
|
||||||
|
enforce_wrap()
|
||||||
init_pkgbuilds(interactive=not non_interactive, lazy=False, update=True, switch_branch=switch_branch, discard_changes=discard_changes)
|
init_pkgbuilds(interactive=not non_interactive, lazy=False, update=True, switch_branch=switch_branch, discard_changes=discard_changes)
|
||||||
if init_caches:
|
if init_caches:
|
||||||
init_pkgbuild_caches(clean_src_dirs=clean_src_dirs)
|
init_pkgbuild_caches(clean_src_dirs=clean_src_dirs)
|
||||||
|
|
Loading…
Add table
Reference in a new issue