diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 06:57:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 06:57:33 +0200 |
commit | 4619dde8f77b0d662c3b58852f500189e83b92e5 (patch) | |
tree | 6b993b0cfd948be34603f8d2afdf9fb1aa2b08ac /wizard | |
parent | 84faa3a27fe8f0ba52cb36dc2b4e6c3ea77a977c (diff) |
Wizard: fix module command
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index c6b8bb8e..5c270e2e 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -253,7 +253,7 @@ if ($php && $os && $type && !$err) { } if ($mod) { - printf("<pre> dnf module install remi-php:%s</pre>", $php); + printf("<pre> dnf module install php:remi-%s</pre>", $php); printf("</li><br />"); } |