mirror of
https://github.com/BioArchLinux/iso.git
synced 2025-03-10 06:14:01 +00:00
fix: format
This commit is contained in:
parent
4f24fbefdd
commit
c36c712bcc
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue