From c9516c4c60684d20c45e4c0c15911603dc9f20b3 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 21 Feb 2016 21:55:59 -0500 Subject: Fix wrong place to check disable SSH --- cmd/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/update.go') diff --git a/cmd/update.go b/cmd/update.go index 30f778f229..aca2a7cbe7 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -16,7 +16,7 @@ import ( var CmdUpdate = cli.Command{ Name: "update", - Usage: "This command should only be called by SSH shell", + Usage: "This command should only be called by Git hook", Description: `Update get pushed info and insert into database`, Action: runUpdate, Flags: []cli.Flag{ -- cgit v1.2.3