Skip to content

Commit 3070048

Browse files
federicobondMassimiliano Pippi
authored and
Massimiliano Pippi
committed
Fix license field in lib list command (arduino#541)
1 parent 78c6480 commit 3070048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: commands/lib/list.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func GetOutputLibrary(lib *libraries.Library) *rpc.Library {
118118
LdFlags: lib.LDflags,
119119
IsLegacy: lib.IsLegacy,
120120
Version: lib.Version.String(),
121-
License: lib.LDflags,
121+
License: lib.License,
122122
}
123123
}
124124

0 commit comments

Comments
 (0)