mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-04-01 09:50:16 +02:00
pre receive hooks are not async
This commit is contained in:
@@ -67,6 +67,6 @@ public abstract class PreReceiveRepositoryHook implements RepositoryHook
|
||||
@Override
|
||||
public boolean isAsync()
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user