mirror of
https://github.com/BioArchLinux/iso.git
synced 2025-03-10 06:14:01 +00:00
polish: avoid del file mistakenly
This commit is contained in:
parent
59c2cb1f52
commit
adae82dbbb
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ use warnings;
|
||||||
sub update_iso_directory {
|
sub update_iso_directory {
|
||||||
my ($directory_path) = @_;
|
my ($directory_path) = @_;
|
||||||
chdir($directory_path);
|
chdir($directory_path);
|
||||||
|
system('git' 'checkout' '.');
|
||||||
system('git', 'pull');
|
system('git', 'pull');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue