Skip to content

Commit 2a33251

Browse files
committed
remove space before cpu
1 parent f7d2a68 commit 2a33251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cpu_info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ main() {
5757
echo "$cpu_label $(get_load)"
5858
else
5959
cpu_percent=$(get_percent)
60-
echo "$cpu_label $cpu_percent"
60+
echo "$cpu_label$cpu_percent"
6161
fi
6262
sleep $RATE
6363
}

0 commit comments

Comments
 (0)