2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

Remove trailing spaces in file xCAT-server/lib/perl/xCAT/Template.pm

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 80e5331ec2
commit c0c32bb85c

View File

@ -1116,7 +1116,7 @@ d-i mirror/http/proxy string\n";
if (scalar @mirrors) {
my $index = 0;
foreach (@mirrors) {
$line .= "
$line .= "
d-i apt-setup/local$index/repository string deb $_\n
d-i apt-setup/local$index/comment string online mirror $index\n";
$index = $index + 1;