From 24f807abae9948d4481ae51ae5409913d6367fdb Mon Sep 17 00:00:00 2001 From: Konstantin Munichev Date: Tue, 20 Aug 2024 20:49:55 +0200 Subject: [PATCH] Do not add rly(vx.y.z) to memo --- cmd/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/config.go b/cmd/config.go index 253580507..31924f065 100644 --- a/cmd/config.go +++ b/cmd/config.go @@ -294,7 +294,7 @@ func rlyMemo(memo string) string { if memo == "" { return defaultMemo } - return fmt.Sprintf("%s | %s", memo, defaultMemo) + return memo } // memo returns a formatted message memo string,