mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
fix wrong cache result in blame command
This commit is contained in:
@@ -164,7 +164,7 @@ public final class BlameCommandBuilder
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
CacheKey key = new CacheKey(repository, request);
|
CacheKey key = new CacheKey(repository, requestClone);
|
||||||
|
|
||||||
result = cache.get(key);
|
result = cache.get(key);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user