summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 0c5b4d26..a268bfa2 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -37,7 +37,7 @@ my $conffile = "/root/.mdkupdate";
my $onlineUrl = "https://www.mandrakeonline.net/";
my %url;
foreach (qw(online_dif online_update online3_RemoteAction)) {
- $url->{$_} = $onlineUrl . $_ . 'php'
+ $url->{$_} = $onlineUrl . $_ . '.php'
}
my $rpms_rep = "/root/tmp/";
my $VERSION = "0.17";