fix(console): Fixed bump version check in publish-docs yml

This commit is contained in:
Abhik Roy
2023-10-13 12:08:24 +00:00
parent ffd3736d84
commit e834d47577
3 changed files with 7 additions and 3 deletions

View File

@ -10,7 +10,7 @@
int do_user_cmd(int argc, char **argv)
{
printf("Hello from user command\n");
printf("Hello from user command.\n");
return 0;
}