diff options
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 bf935df..68443c3 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/env" "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 ENV.Verbose() { + if env.Verbose() { log.Info("skipping from controlfile", varname) // return "Source", p.DebInfo.Source } |
