Skip to content

Commit

Permalink
Update log-files.md (#1112)
Browse files Browse the repository at this point in the history
Fix a typo on file `lspci -vv` output is saved to.
  • Loading branch information
thomas-zimmerman committed Feb 22, 2023
1 parent 24da72d commit f04e9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/log-files.md
Expand Up @@ -86,7 +86,7 @@ journalctl > ~/system76/journal.log
dmesg > ~/system76/dmesg.log
cp ~/.local/share/xorg/Xorg.0.log ~/system76/Xorg.0.log 2> /dev/null
sudo dmidecode > ~/system76/demidecode
sudo lspci -vv > ~/system76/lscpi.log
sudo lspci -vv > ~/system76/lspci.log
sudo lsusb -vv > ~/system76/lsusb.log
uname -a > ~/system76/uname.log
cp /etc/os-release ~/system76/os-release
Expand Down

0 comments on commit f04e9a6

Please sign in to comment.