From c0bfe2c04087fc85cd6b39dfbd0af69f30514df5 Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Sun, 5 Jan 2020 14:39:28 -0300 Subject: [PATCH] Fix license field in lib list command --- commands/lib/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/lib/list.go b/commands/lib/list.go index 3a0302c3cf6..d2b1aba8f27 100644 --- a/commands/lib/list.go +++ b/commands/lib/list.go @@ -118,7 +118,7 @@ func GetOutputLibrary(lib *libraries.Library) *rpc.Library { LdFlags: lib.LDflags, IsLegacy: lib.IsLegacy, Version: lib.Version.String(), - License: lib.LDflags, + License: lib.License, } }