Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/check-system
diff options
context:
space:
mode:
Diffstat (limited to 'commands/check-system')
-rwxr-xr-xcommands/check-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/check-system b/commands/check-system
index 2f501c0..85d1f7d 100755
--- a/commands/check-system
+++ b/commands/check-system
@@ -32,7 +32,7 @@ def apply_ubuntu_tweaks():
command.run_with_sudo([ubuntu_tweaks])
-if distro.get_distro_name() == "ubuntu":
+if distro.get_distro_info().name == "ubuntu":
apply_ubuntu_tweaks()
interactive = "SUGAR_BUILDBOT" not in os.environ