diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-09-25 16:30:43 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-09-25 16:30:43 +0000 |
commit | fca8a6c392014bef3467c8945a4d421a20b41ab9 (patch) | |
tree | 9762a6c33da4442730cc516104ff91cacb542b22 /urpm/download.pm | |
parent | 60ba965e3ad79e6fd5b97317ad00a2107c9d8528 (diff) | |
download | urpmi-fca8a6c392014bef3467c8945a4d421a20b41ab9.tar urpmi-fca8a6c392014bef3467c8945a4d421a20b41ab9.tar.gz urpmi-fca8a6c392014bef3467c8945a4d421a20b41ab9.tar.bz2 urpmi-fca8a6c392014bef3467c8945a4d421a20b41ab9.tar.xz urpmi-fca8a6c392014bef3467c8945a4d421a20b41ab9.zip |
forgot quotes
Diffstat (limited to 'urpm/download.pm')
-rw-r--r-- | urpm/download.pm | 2 |
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, ); |