summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index d1e3b9ff3..d0167b40e 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -647,7 +647,7 @@ sub configureNetwork {
http_proxy => $proxy,
ftp_proxy => $proxy,
});
- network::network::proxy_configure($::o->{miscellaneous});
+ network::network::proxy_configure($o->{miscellaneous});
}
}