Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Sep 9, 2024
1 parent eab8230 commit c604520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/cli/cmd/search/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ func consoleOutput(results *openlaneclient.GlobalSearch) error {
if strings.EqualFold(cmd.OutputFormat, cmd.JSONOutput) {
// create a full result map
full := map[string]interface{}{
"search": map[string]interface{}{
"data": map[string]interface{}{
"data": map[string]interface{}{
"search": map[string]interface{}{
"nodes": realResult,
},
},
Expand Down

0 comments on commit c604520

Please sign in to comment.