diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/hook.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/hook.go b/cmd/hook.go index ca876f02a3..f5b7962aab 100644 --- a/cmd/hook.go +++ b/cmd/hook.go @@ -96,6 +96,7 @@ func runHookPreReceive(c *cli.Context) error { UserID: userID, GitAlternativeObjectDirectories: os.Getenv(private.GitAlternativeObjectDirectories), GitObjectDirectory: os.Getenv(private.GitObjectDirectory), + GitQuarantinePath: os.Getenv(private.GitQuarantinePath), ProtectedBranchID: prID, }) switch statusCode { |