diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-01 07:26:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-01 07:26:18 +0200 |
commit | f69e73c33ebdff91d22a06ff4ed08f6c95954d2a (patch) | |
tree | 04c4a667ff2a0755dae8400043e39aa5744df944 /mkmodular | |
parent | 15a8afb901a58389025f5d9bd4e8b0c057cca101 (diff) |
F30 repo is closed
Diffstat (limited to 'mkmodular')
-rwxr-xr-x | mkmodular | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -295,7 +295,7 @@ rename($data, "$data.$arch"); chdir(__DIR__); } -if (count($_SERVER['argv']) < 2 || in_array('f30', $_SERVER['argv'])) { +if (count($_SERVER['argv']) > 1 && in_array('f30', $_SERVER['argv'])) { $dest = 'fedora/30/modular/x86_64'; echo "Populate $dest\n"; cleanup($dest); |