From 648b5fb75ebe799a95ab77e44213d4062822318b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 2 Apr 2018 07:51:27 +1000 Subject: [PATCH] cpu: Fixed incorrect name. Closes #926 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index a720ff37..585a4b3d 100755 --- a/neofetch +++ b/neofetch @@ -1178,7 +1178,7 @@ get_cpu() { cpu="${cpu//Six-Core}" cpu="${cpu//Eight-Core}" cpu="${cpu//, * Compute Cores}" - cpu="${cpu//Core}" + cpu="${cpu//Core / }" cpu="${cpu//(\"AuthenticAMD\"*)}" cpu="${cpu//with Radeon * Graphics}" cpu="${cpu//, altivec supported}"