diff options
author | Remi Collet <remi@remirepo.net> | 2020-12-15 08:33:37 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-12-15 08:33:37 +0100 |
commit | 76932345498566c95ca4b30ef683b1969dc8966c (patch) | |
tree | 58fdb5fde59452625a65ef8b0b05cc676761b968 /cleanoldrpm | |
parent | 6b75727d76febbafb8c9ec996e14fb9a91616d9b (diff) |
cleanup
Diffstat (limited to 'cleanoldrpm')
-rwxr-xr-x | cleanoldrpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cleanoldrpm b/cleanoldrpm index b21e9e3..0e54faa 100755 --- a/cleanoldrpm +++ b/cleanoldrpm @@ -8,7 +8,7 @@ $keep = 0; $dest = false; $multi = [ 'php' => 3, // php/8.0 - 'redis' => 1, // redis/6 + 'redis' => 3, // redis/6.2 'composer' => 1, // composer/2 ]; if (isset($_SERVER['argv'][1])) { |