summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-03 06:57:33 +0200
committerRemi Collet <remi@remirepo.net>2019-09-03 06:57:33 +0200
commit4619dde8f77b0d662c3b58852f500189e83b92e5 (patch)
tree6b993b0cfd948be34603f8d2afdf9fb1aa2b08ac /wizard/index.php
parent84faa3a27fe8f0ba52cb36dc2b4e6c3ea77a977c (diff)
Wizard: fix module command
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php2
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 />");
}