From 3810c6ae640be8a6b9b7b9f35db67eb15956d5a6 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Thu, 15 Jun 2023 00:49:31 +0800 Subject: [PATCH] fix: typo --- gen_iso.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_iso.perl b/gen_iso.perl index a13049b..0371a5c 100644 --- a/gen_iso.perl +++ b/gen_iso.perl @@ -121,7 +121,7 @@ sub move_files { ### Main Function ### my $abpath = '/usr/share/lilac/iso'; -my $cdpath = '/usr/share/lilac/Repo/iso' +my $cdpath = '/usr/share/lilac/Repo/iso'; # Update update_iso_directory( $abpath );