Skip to content

Commit

Permalink
Do not add rly(vx.y.z) to memo
Browse files Browse the repository at this point in the history
  • Loading branch information
luckychess committed Aug 26, 2024
1 parent f6bf7c9 commit 24f807a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 24f807a

Please sign in to comment.