Skip to content

Commit

Permalink
script: fix script response JSON
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Dec 30, 2022
1 parent 4c47e06 commit 5d7829a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The scripts are:
if err != nil {
return errors.Wrap(err, "Marshal")
}
fmt.Fprintf(os.Stderr, "%s", data)
fmt.Fprintf(os.Stdout, "%s\n", data)
}
return nil
}
Expand Down

0 comments on commit 5d7829a

Please sign in to comment.