diff options
author | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2011-09-04 16:30:38 +0100 |
---|---|---|
committer | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2011-09-04 16:30:38 +0100 |
commit | b5a47cf8a2df43523b3ceac52d5fe6937a77aa8c (patch) | |
tree | bf636d747276fcbb6403b4d7395a6fb586d1d3e7 | |
parent | 8f81febccbb6058b67052618788920206ecf016b (diff) |
Corrected typo in package module registration
-rw-r--r-- | archey3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -392,7 +392,7 @@ class uptimeDisplay(display): ) return "Uptime", uptime -@module_register("package") +@module_register("packages") class packageDisplay(display): command_line = "pacman -Q" |