aboutsummaryrefslogtreecommitdiff
path: root/ca
diff options
context:
space:
mode:
Diffstat (limited to 'ca')
-rwxr-xr-xca/rpkigui-apache-conf-gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/ca/rpkigui-apache-conf-gen b/ca/rpkigui-apache-conf-gen
index a89111ca..27fa3e93 100755
--- a/ca/rpkigui-apache-conf-gen
+++ b/ca/rpkigui-apache-conf-gen
@@ -389,7 +389,7 @@ class Debian(Platform):
@property
def distribution_version(self):
- return [int(v) for v in platform.linux_distribution()[1].split(".")]
+ return tuple(int(v) for v in platform.linux_distribution()[1].split("."))
# As of Wheezy, Debian still wants the configuration filename
# without the .conf suffix. Keep an eye on this, as it may change