mirror of
https://github.com/prymitive/karma
synced 2026-08-28 11:17:28 +00:00
fix(tests): fix a typo
This commit is contained in:
committed by
Łukasz Mierzwa
parent
11550b5f52
commit
710c2616b5
@@ -229,7 +229,7 @@ func (config *configSchema) Read(flags *pflag.FlagSet) (string, error) {
|
||||
k := koanf.New(".")
|
||||
var configFileUsed string
|
||||
|
||||
// 3. read all environemnt variables
|
||||
// 3. read all environment variables
|
||||
readEnvVariables(k)
|
||||
// 2. read config file
|
||||
cf, err := readConfigFile(k, flags)
|
||||
|
||||
Reference in New Issue
Block a user