Skip to content

Commit

Permalink
Fix some alignment issues in the ascii logo
Browse files Browse the repository at this point in the history
Signed-off-by: ranshid <[email protected]>
  • Loading branch information
ranshid committed Mar 31, 2024
1 parent af1b0de commit 8f1acc6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/asciilogo.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
*/

const char *ascii_logo =
" ___ ___ \n"
" ___ ___ \n"
" ( ) ( ) \n"
" ___ ___ .---. | | | | ___ .--. ___ ___ \n"
"( )( ) / .-, \\ | | | | ( ) / \\ ( )( ) Valkey %s (%s/%d) %s bit \n"
"( )( ) / .-, \\ | | | | ( ) / \\ ( )( ) Valkey %s (%s/%d) %s bit \n"
" | | | | (__) ; | | | | | ' / | .-. ; | | | | \n"
" | | | | .'` | | | | |,' / | | | | | | | | Running in %s mode \n"
" | | | | / .'| | | | | . '. | |/ | | ' | | Port: %d \n"
" | | | | | / | | | | | | `. \\ | ' _.' ' `-' | PID: %ld \n"
" ' ' ; ' ; | ; | | | | | \\ \\ | .'.-. `.__. | \n"
" \\ `' / ' `-' | | | | | \\ . ' `-' / ___ | | \n"
" '_.' `.__.'_. (___) (___ ) (___) `.__.' ( )' | https://valkey.io\n"
" | | | | | / | | | | | | `.\\ | ' _.' ' `-' | PID: %ld \n"
" ' ' ; ' ; | ; | | | | | \\ \\ | .'.-. `.__. | \n"
" \\ `' / ' `-' | | | | | \\ \\ ' `-' / ___ | | \n"
" '_.' `.__.'_. (___) (___) (___) `.__.' ( )' | https://valkey.io \n"
" ; `-' ' \n"
" .__.' \n"
" \n"
Expand Down

0 comments on commit 8f1acc6

Please sign in to comment.