We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb6a4c commit 9c85c32Copy full SHA for 9c85c32
internal/units/shell/common/parsers.go
@@ -19,7 +19,7 @@ func (u *Unit) JSONOutputParser(in string, out *project.UnitLinksT) error {
19
}
20
outTmp := make(map[string]interface{})
21
22
- err := utils.JSONDecode([]byte(in), outTmp)
+ err := utils.JSONDecode([]byte(in), &outTmp)
23
if err != nil {
24
return err
25
0 commit comments