1
0
Fork 0

fix: typo

timestamps
dump_stack() 2023-05-25 12:48:25 +00:00
parent a930b8d9b8
commit b24008ad3f
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ func (centos CentOS) runs() (commands []string) {
cmdf("yum -y groupinstall 'Development Tools'")
// TODO do not use lexycographical comparison, change to parse int
// TODO do not use lexicographical comparison, change to parse int
if centos.release <= "6" {
cmdf("yum -y install kernel-firmware")
} else {