aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwhatmaps/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/whatmaps/command.py b/whatmaps/command.py
index 8d0be31..7d17191 100755
--- a/whatmaps/command.py
+++ b/whatmaps/command.py
@@ -158,7 +158,7 @@ def main(argv):
logging.basicConfig(level=level,
format='%(levelname)s: %(message)s')
- distro = Distro.detect()
+ distro = Distro.detect()()
if not distro:
logging.error("Unsupported Distribution")
return 1