mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 20:15:52 +01:00
fix git pre receive file hook
This commit is contained in:
@@ -122,7 +122,7 @@ public class GitReceiveHook implements PreReceiveHook, PostReceiveHook
|
||||
public void onPreReceive(ReceivePack rpack,
|
||||
Collection<ReceiveCommand> receiveCommands)
|
||||
{
|
||||
onReceive(rpack, receiveCommands, FILE_HOOK_POST_RECEIVE, false);
|
||||
onReceive(rpack, receiveCommands, FILE_HOOK_PRE_RECEIVE, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user