Skip to content
Snippets Groups Projects
Verified Commit 9227d3ef authored by Karel Koci's avatar Karel Koci :metal:
Browse files

compile_pkgs: fix invalid _report function call

This was renamed in HBL to report.
parent 565c4539
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
......@@ -197,7 +197,7 @@ update_mirror() {
[ -d "$GIT_MIRROR" ] || return 0
[ -z "$mirror_updated" ] || return 0
_report "Updating local mirrors"
report "Updating local mirrors"
flock --exclusive "$GIT_MIRROR" "$SHELL" -s "$GIT_MIRROR" <<"EOF"
cd "$1"
for mirror in ./*; do
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment