Skip to content

Commit f89a033

Browse files
author
DvirDukhan
committed
fixed typo
1 parent 69511df commit f89a033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command_parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ static int _ScriptRunCommand_ParseArgs(RedisModuleCtx *ctx, RedisModuleString **
226226
if (!strcasecmp(arg_string, "OUTPUTS")) {
227227
if (is_output) {
228228
RAI_SetError(error, RAI_ESCRIPTRUN,
229-
"ERR Already encountered an INPUTS keyword in SCRIPTRUN");
229+
"ERR Already encountered an OUTPUTS keyword in SCRIPTRUN");
230230
return REDISMODULE_ERR;
231231
}
232232
is_input = false;

0 commit comments

Comments
 (0)