Skip to content

Commit 14d9a5c

Browse files
author
Doug Edey
committed
Fix typo in Redis::BuildRecord
1 parent 3b3e862 commit 14d9a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/lib/ci/queue/redis/build_record.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def record_stats(stats, pipeline: redis)
9191
return unless stats
9292
stats.each do |stat_name, stat_value|
9393
pipeline.hset(key(stat_name), config.worker_id, stat_value)
94-
pipeline.expire(key(stat-name), config.redis_ttl)
94+
pipeline.expire(key(stat_name), config.redis_ttl)
9595
end
9696
end
9797

0 commit comments

Comments
 (0)