summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurie Clark-Michalek <bluepeppers@archlinux.us>2011-09-04 16:30:38 +0100
committerLaurie Clark-Michalek <bluepeppers@archlinux.us>2011-09-04 16:30:38 +0100
commitb5a47cf8a2df43523b3ceac52d5fe6937a77aa8c (patch)
treebf636d747276fcbb6403b4d7395a6fb586d1d3e7
parent8f81febccbb6058b67052618788920206ecf016b (diff)
Corrected typo in package module registration
-rw-r--r--archey32
1 files changed, 1 insertions, 1 deletions
diff --git a/archey3 b/archey3
index 287ab79..2f7e47c 100644
--- a/archey3
+++ b/archey3
@@ -392,7 +392,7 @@ class uptimeDisplay(display):
)
return "Uptime", uptime
-@module_register("package")
+@module_register("packages")
class packageDisplay(display):
command_line = "pacman -Q"