diff --git a/kvs/err.go b/kvs/err.go index 7643fb8a..11e73d09 100644 --- a/kvs/err.go +++ b/kvs/err.go @@ -71,5 +71,5 @@ type KVError struct { // Error returns the string representation of the error. func (e *KVError) Error() string { - return fmt.Sprintf("Database record already exists.") + return fmt.Sprintf("Database record already exists") }