diff options
| author | Shulhan <ms@kilabit.info> | 2018-09-29 05:24:24 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-09-29 05:24:24 +0700 |
| commit | ff522d6204feeb03913f5c2368316cca23103402 (patch) | |
| tree | 1a876a8df1b1a86de06ba157f4f860877c2cd78a /env.go | |
| parent | 721550815fbdfc921ea1b4b4a482447686b6a362 (diff) | |
| download | beku-ff522d6204feeb03913f5c2368316cca23103402.tar.xz | |
go.mod: update dependencies
Diffstat (limited to 'env.go')
| -rw-r--r-- | env.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -603,7 +603,7 @@ func (env *Env) loadBeku() { for _, v := range secBeku.Vars { if v.KeyLower == keyVendor { - if v.IsValueBoolTrue() { + if ini.IsValueBoolTrue(v.Value) { env.vendor = true _ = env.initVendor() } |
