Skip to content

Commit a9369d4

Browse files
committed
fix tests
1 parent bcbcff8 commit a9369d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/core/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ func runCmd(ctx context.Context, dir string, command string, stdIn *bytes.Buffer
356356

357357
err := cmd.Run()
358358
if err != nil {
359-
return "", fmt.Errorf(stderr.String())
359+
return "", fmt.Errorf("%s", stderr.String())
360360
}
361361

362362
return stdout.String(), nil

0 commit comments

Comments
 (0)