diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 06:56:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 06:56:20 -0500 |
| commit | d776ba4792acd16bd88aaba6ac2920ad1911b4d7 (patch) | |
| tree | ced525a22d9ce2cd758fd8c858e98b4a89309e62 /getKeyFromPackaagePB.go | |
| parent | ad22a6b7cb41135aba0d87f5edcf4719c00558e3 (diff) | |
use ENVv0.0.18
Diffstat (limited to 'getKeyFromPackaagePB.go')
| -rw-r--r-- | getKeyFromPackaagePB.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getKeyFromPackaagePB.go b/getKeyFromPackaagePB.go index e8dae4e..bf935df 100644 --- a/getKeyFromPackaagePB.go +++ b/getKeyFromPackaagePB.go @@ -3,8 +3,8 @@ package debian import ( "strings" + "go.wit.com/lib/ENV" "go.wit.com/lib/cobol" - "go.wit.com/lib/config" "go.wit.com/lib/protobuf/zoopb" "go.wit.com/log" ) @@ -24,7 +24,7 @@ func GetKeyFromPackagePB(p *zoopb.Package, varname string) (string, string) { return "Maintainer", p.DebInfo.Maintainer // return "Maintainer", p.Author case "Source": - if config.Verbose() { + if ENV.Verbose() { log.Info("skipping from controlfile", varname) // return "Source", p.DebInfo.Source } |
