Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kn/kn.go
diff options
context:
space:
mode:
Diffstat (limited to 'kn/kn.go')
-rw-r--r--kn/kn.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/kn/kn.go b/kn/kn.go
index 06c70ae2..eadecf66 100644
--- a/kn/kn.go
+++ b/kn/kn.go
@@ -157,7 +157,7 @@ func (kn *kn) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, kn.Percent[0])
+ b = append(b, kn.percent...)
return b
}