Fix indentation in linux-version.
This commit is contained in:
parent
8a2d80f1c5
commit
4a65e53ed8
@ -91,13 +91,13 @@ sub list_versions {
|
||||
}
|
||||
my $sig = '.sig';
|
||||
for (image_list()) {
|
||||
my ($version, $path) = @$_;
|
||||
my ($version, $path) = @$_;
|
||||
unless ($path =~ /\Q$sig\E$/) {
|
||||
if ($show_paths) {
|
||||
print "$version $path\n";
|
||||
} else {
|
||||
print "$version\n";
|
||||
}
|
||||
if ($show_paths) {
|
||||
print "$version $path\n";
|
||||
} else {
|
||||
print "$version\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
exit 0;
|
||||
|
Loading…
Reference in New Issue
Block a user