Skip to content

Commit

Permalink
assets: update_mirror.sh: fix aptly mirror update message
Browse files Browse the repository at this point in the history
The aptly mirror update message was not showing the
distribution name (e.g. buster, bullseye, etc)

Signed-off-by: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
  • Loading branch information
sangorrin authored and urpylka committed Oct 4, 2021
1 parent 2922833 commit ac87928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/update_mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ set -e

# Update the all repository mirrors
for dist in ${DISTS[@]}; do
echo "Updating ${REPO} repository mirror.."
echo "Updating ${REPO}-${dist} repository mirror.."
aptly mirror update ${REPO}-${dist}
done

Expand Down

0 comments on commit ac87928

Please sign in to comment.