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