Skip to content

Commit

Permalink
Merge pull request #824 from RedisAI/light_module_name_1_2_cherry
Browse files Browse the repository at this point in the history
Merge pull request #823 from RedisAI/DvirDukhan-patch-2_noci
  • Loading branch information
DvirDukhan committed Jul 26, 2021
2 parents f8e6348 + 1e8e885 commit 53efa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redisai.c
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ int RedisModule_OnLoad(RedisModuleCtx *ctx, RedisModuleString **argv, int argc)
REDISMODULE_ERR)
return REDISMODULE_ERR;
#else
if (RedisModule_Init(ctx, "ai-lite", REDISAI_MODULE_VERSION, REDISMODULE_APIVER_1) ==
if (RedisModule_Init(ctx, "ai-light", REDISAI_MODULE_VERSION, REDISMODULE_APIVER_1) ==
REDISMODULE_ERR)
return REDISMODULE_ERR;
#endif
Expand Down

0 comments on commit 53efa26

Please sign in to comment.