aboutsummaryrefslogtreecommitdiffstats
path: root/analyse-ga-usage
diff options
context:
space:
mode:
Diffstat (limited to 'analyse-ga-usage')
-rwxr-xr-xanalyse-ga-usage2
1 files changed, 1 insertions, 1 deletions
diff --git a/analyse-ga-usage b/analyse-ga-usage
index 337b3aa..b72cfa5 100755
--- a/analyse-ga-usage
+++ b/analyse-ga-usage
@@ -3,4 +3,4 @@
total=$(ls har-data/*.har | wc -l)
gausers=$(grep -l google-analytics.com har-data/*.har | wc -l)
-printf "%d (%.1f) of %d\n" "$gausers" "$(echo 100 \* $gausers / $total | bc -l)" "$total"
+printf "%d (%.1f%%) of %d\n" "$gausers" "$(echo 100 \* $gausers / $total | bc -l)" "$total"