diff options
-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 />"); } |