Skip to content

Commit 1e8e885

Browse files
committed
Merge pull request #823 from RedisAI/DvirDukhan-patch-2_noci
Update redisai.c
1 parent f8e6348 commit 1e8e885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redisai.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ int RedisModule_OnLoad(RedisModuleCtx *ctx, RedisModuleString **argv, int argc)
12941294
REDISMODULE_ERR)
12951295
return REDISMODULE_ERR;
12961296
#else
1297-
if (RedisModule_Init(ctx, "ai-lite", REDISAI_MODULE_VERSION, REDISMODULE_APIVER_1) ==
1297+
if (RedisModule_Init(ctx, "ai-light", REDISAI_MODULE_VERSION, REDISMODULE_APIVER_1) ==
12981298
REDISMODULE_ERR)
12991299
return REDISMODULE_ERR;
13001300
#endif

0 commit comments

Comments
 (0)