summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-09-25 16:30:43 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-09-25 16:30:43 +0000
commitfca8a6c392014bef3467c8945a4d421a20b41ab9 (patch)
tree9762a6c33da4442730cc516104ff91cacb542b22
parent60ba965e3ad79e6fd5b97317ad00a2107c9d8528 (diff)
downloadurpmi-fca8a6c392014bef3467c8945a4d421a20b41ab9.tar
urpmi-fca8a6c392014bef3467c8945a4d421a20b41ab9.tar.gz
urpmi-fca8a6c392014bef3467c8945a4d421a20b41ab9.tar.bz2
urpmi-fca8a6c392014bef3467c8945a4d421a20b41ab9.tar.xz
urpmi-fca8a6c392014bef3467c8945a4d421a20b41ab9.zip
forgot quotes
-rw-r--r--urpm/download.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index 87d9f5fd..e67b1644 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -855,7 +855,7 @@ sub _all_options {
dir => "$urpm->{cachedir}/partial",
proxy => get_proxy_($urpm, $medium),
metalink => $medium->{mirrorlist},
- $medium->{disable-certificate-check}?"no-certificate-check":(),
+ $medium->{"disable-certificate-check"}?"no-certificate-check":(),
$urpm->{debug} ? (debug => $urpm->{debug}) : (),
%$options,
);