From d3ecd22dbaa2005d97b4630b3dd4ad1155500257 Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Sat, 22 Feb 2020 19:12:31 +0800 Subject: cmd: fix unable to find correct custom config --- internal/cmd/import.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/cmd/import.go') 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"), }, } ) -- cgit v1.2.3