Update src/lolwut8.c

Co-authored-by: debing.sun <debing.sun@redis.com>
This commit is contained in:
Chris Lamb 2025-07-16 07:58:33 -07:00 committed by GitHub
parent 66d152a3f1
commit b6ad5ac44b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ void lolwut8Command(client *c) {
"https://www.youtube.com/watch?v=8i7uFCK7G0o (English subs)\n\n"
"Use: LOLWUT IT for the original Italian output. Redis ver. ");
combined = sdscat(combined,REDIS_VERSION);
combined = sdscat(combined,"\n\n");
combined = sdscatlen(rendered,"\n",1);
addReplyVerbatim(c,combined,sdslen(combined),"txt");
sdsfree(combined);