From 8e094583aaecdd627e92b2d609e0d2b8b7d46ac1 Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Mon, 12 Oct 2020 11:43:28 +0200 Subject: [PATCH] - updated info message --- bin/slubsipbuilderbagit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/slubsipbuilderbagit.pl b/bin/slubsipbuilderbagit.pl index 3e93a33..8c79ecb 100644 --- a/bin/slubsipbuilderbagit.pl +++ b/bin/slubsipbuilderbagit.pl @@ -7966,7 +7966,7 @@ PATCH my $oArchiveBagIt = Archive::BagIt::Base->make_bag($bagPath); $oArchiveBagIt->bag_info($refAddBagInfo); $oArchiveBagIt->store(); - print_scalar_data("", "SUCCESS: SLUB Bag at $bagPath build successfully!", "", "green"); + print_scalar_data("", "SUCCESS: SLUB SIP at $bagPath build successfully!", "", "green"); return 0; } -- GitLab