summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-09-24 16:29:38 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-09-24 16:29:38 +0100
commit1a59c834c8c4f88d9b21b6fc424178fc45a332c3 (patch)
tree04cf3f4bb4576043c8d7394d6fd1eedeee34ae71 /bin
parent01e48cf208805d6ed99595509c1beaf8e01a4d5e (diff)
downloadgitano-1a59c834c8c4f88d9b21b6fc424178fc45a332c3.tar.gz
Fix typo
Diffstat (limited to 'bin')
-rw-r--r--bin/gitano-update-hook.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitano-update-hook.in b/bin/gitano-update-hook.in
index 846dd7e..87aa110 100644
--- a/bin/gitano-update-hook.in
+++ b/bin/gitano-update-hook.in
@@ -307,7 +307,7 @@ if repo:uses_hook("update") then
local msg = gitano.i18n.expand("RUNNING_UPDATE_HOOK")
gitano.log.info(msg)
- gitano.syslog.info(msg)
+ gitano.log.syslog.info(msg)
local info = {
username = username,