Skip to content

Commit 88d9d47

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(build.go): remove unreachable code
1 parent 53ec89b commit 88d9d47

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/gitreceive/build.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ func build(conf *Config, newRev string) error {
437437
)
438438
if err != nil {
439439
return fmt.Errorf("getting app config for %s (%s)", conf.App, err)
440-
os.Exit(1)
441440
}
442441

443442
// # use Procfile if provided, otherwise try default process types from ./release

0 commit comments

Comments
 (0)