mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-05 01:45:22 +02:00
Fix wrong place to check disable SSH
This commit is contained in:
parent
6e74dd4388
commit
c9516c4c60
5 changed files with 10 additions and 8 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue