diff --git a/fetch b/fetch index 7bc147e2..a2972a17 100755 --- a/fetch +++ b/fetch @@ -922,7 +922,7 @@ getgpu () { "Mac OS X") gpu=$( \ system_profiler SPDisplaysDataType | \ - awk -F':' '/^\ *Chipset Model:/ {printf $2 ","}' | \ + awk -F': ' '/^\ *Chipset Model:/ {printf $2 ", "}' | \ awk '{ printf "%s ", $0 }' ) gpu=${gpu//'/ $'}