1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-09 20:17:21 +00:00
This commit is contained in:
Peter Smit
2015-02-09 12:27:15 +02:00
parent 6ed96b7a20
commit aa35be975f
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ import (
)
const (
_TPL_UPDATE_HOOK = "#!/usr/bin/env %s\n%s update --config='%s' $1 $2 $3\n"
_TPL_UPDATE_HOOK = "#!/usr/bin/env %s\n%s update $1 $2 $3 --config='%s'\n"
)
var (