Skip to content

Commit

Permalink
chore(commands): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dobesv authored Sep 27, 2021
1 parent 87690a5 commit 8981898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/extendLock-2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ARGV[3] jobid
Output:
"1" if lock extented succesfully.
"1" if lock extended succesfully.
]]
local rcall = redis.call
if rcall("GET", KEYS[1]) == ARGV[1] then
Expand Down

0 comments on commit 8981898

Please sign in to comment.