summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/download.pm')
-rw-r--r--urpm/download.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index a77848ca..b1ea6454 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -197,7 +197,7 @@ sub get_proxy (;$) {
our $PROMPT_PROXY;
unless (defined $PROMPT_PROXY) {
require urpm::prompt;
- $PROMPT_PROXY = new urpm::prompt(
+ $PROMPT_PROXY = urpm::prompt->new(
N("Please enter your credentials for accessing proxy\n"),
[ N("User name:"), N("Password:") ],
undef,