aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd/serv.go
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-02-22 19:12:31 +0800
committerᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-02-22 19:12:31 +0800
commitd3ecd22dbaa2005d97b4630b3dd4ad1155500257 (patch)
tree33344ba8b0ed7b2450f96aa341308198b067c444 /internal/cmd/serv.go
parent5efbde4fe92cf30799c3c9fd66251dfbc03c4d87 (diff)
cmd: fix unable to find correct custom config
Diffstat (limited to 'internal/cmd/serv.go')
-rw-r--r--internal/cmd/serv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmd/serv.go b/internal/cmd/serv.go
index 567f4572..b6df787e 100644
--- a/internal/cmd/serv.go
+++ b/internal/cmd/serv.go
@@ -31,7 +31,7 @@ var Serv = cli.Command{
Description: `Serv provide access auth for repositories`,
Action: runServ,
Flags: []cli.Flag{
- stringFlag("config, c", "custom/conf/app.ini", "Custom configuration file path"),
+ stringFlag("config, c", "", "Custom configuration file path"),
},
}