Skip to content

Commit 2c0951f

Browse files
author
Zander Mackie
committed
[#163705746]
1 parent 45a5047 commit 2c0951f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python/hooks/hooks_app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func runHook(scriptName string, compiler *libbuildpack.Stager) error {
5252
}
5353

5454
cmd.Dir = compiler.BuildDir()
55-
output, err := cmd.Output()
55+
output, err := cmd.CombinedOutput()
5656
if err != nil {
5757
return err
5858
}

0 commit comments

Comments
 (0)