summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-20 11:54:25 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-20 11:54:25 +0100
commit16e211070510daf188f0e709ca96579e34ebc83c (patch)
tree33ce173c3c2d158e47cd5bc1fbcc9425b0339d38
parent2731f8dea769094502d9fd89d93a3465c51fd4ae (diff)
downloadick.liw.fi-16e211070510daf188f0e709ca96579e34ebc83c.tar.gz
Fix: remove shebang
-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...")