From 5467fb47dae50721d85e30db22467f2f9e88883e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 2 Aug 2017 12:54:41 +1000 Subject: [PATCH] general: Fix indent --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 18053f90..8d0361d1 100755 --- a/neofetch +++ b/neofetch @@ -4040,7 +4040,7 @@ old_options() { # cpu_shorthand was deprecated in 3.3.0 [[ -n "$cpu_shorthand" ]] && \ { err "Config: \$cpu_shorthand is deprecated, use \$cpu_brand, \$cpu_cores, and - \$cpu_speed instead."; } + \$cpu_speed instead."; } } cache_uname() {