1
0
Fork 0
forked from forgejo/forgejo
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 (