From c36c712bcc679adc4d75f3f624bb1370d9719362 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Thu, 15 Jun 2023 02:47:20 +0800 Subject: [PATCH] fix: format --- gen_iso.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_iso.perl b/gen_iso.perl index b082bda..68fe822 100644 --- a/gen_iso.perl +++ b/gen_iso.perl @@ -6,7 +6,7 @@ use warnings; sub update_iso_directory { my ($directory_path) = @_; chdir($directory_path); - system('git' 'checkout' '.'); + system('git', 'checkout', '.'); system('git', 'pull'); }