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:
@ -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;
|
||||
|
Reference in New Issue
Block a user