fix: format

This commit is contained in:
Kuoi 2023-06-15 02:47:20 +08:00
parent 4f24fbefdd
commit c36c712bcc

View file

@ -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');
}