diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-22 19:12:31 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-22 19:12:31 +0800 |
commit | d3ecd22dbaa2005d97b4630b3dd4ad1155500257 (patch) | |
tree | 33344ba8b0ed7b2450f96aa341308198b067c444 /internal/cmd/import.go | |
parent | 5efbde4fe92cf30799c3c9fd66251dfbc03c4d87 (diff) |
cmd: fix unable to find correct custom config
Diffstat (limited to 'internal/cmd/import.go')
-rw-r--r-- | internal/cmd/import.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmd/import.go b/internal/cmd/import.go index e9795693..5dbac9c1 100644 --- a/internal/cmd/import.go +++ b/internal/cmd/import.go @@ -37,7 +37,7 @@ without manually hacking the data files`, Flags: []cli.Flag{ stringFlag("source", "", "Source directory that stores new locale files"), stringFlag("target", "", "Target directory that stores old locale files"), - stringFlag("config, c", "custom/conf/app.ini", "Custom configuration file path"), + stringFlag("config, c", "", "Custom configuration file path"), }, } ) |