summaryrefslogtreecommitdiff
path: root/typr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'typr.sh')
-rwxr-xr-xtypr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/typr.sh b/typr.sh
index cb404aa..aaa802b 100755
--- a/typr.sh
+++ b/typr.sh
@@ -141,7 +141,7 @@ typr_start_timer () {
}
typr_calculate_acc () {
- [ "$total_kp" != "0" ] && printf "%s%%" "$(((100*correct_kp)/total_kp))" || printf "0%"
+ [ "$total_kp" != "0" ] && printf "%s%%" "$(((100*correct_kp)/total_kp))" || printf "%s" "0%"
}
typr_update_acc () {