Merge branch 'b/alpine-package-update-index' into 'master'

[PACKAGE-UPDATE-INDEX]: Bugfix of the alpine part of the __package_update_index type

See merge request ungleich-public/cdist!818
This commit is contained in:
poljakowski 2019-12-04 22:28:42 +01:00
commit 05221e2159
1 changed files with 2 additions and 2 deletions

View File

@ -47,9 +47,9 @@ case "$type" in
echo "pacman --noprogressbar --sync --refresh"
echo "pacman package database synced (age was: $currage)" >> "$__messages_out"
;;
alpine)
apk)
echo "apk update"
echo "apk package database updated."
echo "apk package database updated." >>"$__messages_out"
;;
*)
echo "Don't know how to manage packages for type: $type" >&2