From 54693ecbb55e887c61a26584433adbea84185f10 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 14 Oct 2025 14:49:43 -0600 Subject: [PATCH] Bug 38489: (follow-up) Fix GNU link --- Koha/File/Transport/Local.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/File/Transport/Local.pm b/Koha/File/Transport/Local.pm index 729a7f4a13b..f2b208b61f0 100644 --- a/Koha/File/Transport/Local.pm +++ b/Koha/File/Transport/Local.pm @@ -13,7 +13,7 @@ package Koha::File::Transport::Local; # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Koha; if not, see . +# along with Koha; if not, see . use Modern::Perl; use File::Copy qw( copy move ); -- 2.39.5