mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-24 03:21:36 +01:00
ran 'make fmt'
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
This commit is contained in:
parent
0fb281bbe4
commit
01d4f929ac
@ -54,7 +54,7 @@ func runRepos(ctx *cli.Context) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func initCommandLoginOnly(ctx *cli.Context) (*Login) {
|
func initCommandLoginOnly(ctx *cli.Context) *Login {
|
||||||
err := loadConfig(yamlConfigPath)
|
err := loadConfig(yamlConfigPath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal("load config file failed", yamlConfigPath)
|
log.Fatal("load config file failed", yamlConfigPath)
|
||||||
|
Loading…
Reference in New Issue
Block a user