summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bd17b4..48f3132 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ vpath % $(OBJ_D)
ifeq (0,1)
TEMP:
sudo make install
- sudo python -c 'import dmidecode; print "-"*80; print dmidecode.slot(); print "-"*80; print dmidecode.type(1)'
+ sudo python -c 'import dmidecode; print "-"*80; print dmidecode.slot(); print "-"*80; print dmidecode.type(9)'
endif
###############################################################################