summaryrefslogtreecommitdiffstats
path: root/installer/slxos-setup
diff options
context:
space:
mode:
Diffstat (limited to 'installer/slxos-setup')
-rwxr-xr-xinstaller/slxos-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/slxos-setup b/installer/slxos-setup
index 5e9bf650..e5e44d58 100755
--- a/installer/slxos-setup
+++ b/installer/slxos-setup
@@ -160,7 +160,7 @@ if ($action =~ m[^import]i) {
print join('', map {
"\t$_"
.(' 'x(20-length($_)))
- ."\t($supportedDistros{$_}->{support})\n"
+ ."\t($supportedDistros{$_})\n"
}
sort keys %supportedDistros);
} elsif ($action =~ m[^list-in]i) {