Skip to content

Commit

Permalink
fix(binarly): add output line to logs
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Wienand <[email protected]>
  • Loading branch information
Fabian Wienand authored and RiSKeD committed Sep 2, 2024
1 parent dd6de67 commit d11dde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/teststeps/binarly/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func (ts TestStep) Name() string {
func (ts TestStep) writeTestStep(builders ...*strings.Builder) {
for _, builder := range builders {

builder.WriteString("\n")
builder.WriteString("Input Parameter:\n")

builder.WriteString(" Parameter:\n")
builder.WriteString(fmt.Sprintf(" File: %s\n", ts.parameters.File))
Expand Down

0 comments on commit d11dde7

Please sign in to comment.