summaryrefslogtreecommitdiff
path: root/hooks/post-receive.lua
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/post-receive.lua')
-rwxr-xr-xhooks/post-receive.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/hooks/post-receive.lua b/hooks/post-receive.lua
index 89c9537..e13dfb0 100755
--- a/hooks/post-receive.lua
+++ b/hooks/post-receive.lua
@@ -1,4 +1,3 @@
-#!/usr/bin/lua
local _, updates = ...
if updates["refs/heads/master"] then
log.state("Notifying CI system, please hold...")