mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-07 15:19:15 +01: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