summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_create_meta_pkg_sets.sh')
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index fb68bb6b..2ba32841 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -64,7 +64,7 @@ convert_from_deb822_into_source_packages_only() {
update_target() {
local MESSAGE="$1"
mv $TMPFILE $TARGET
- echo "$(date -u) - $TARGET updated. ($MESSAGE)"
+ echo "$(date -u) - $TARGET ($MESSAGE) updated."
}
update_if_similar() {