Skip to content

Commit ebf6a57

Browse files
authored
Merge pull request #1574 from alphanota/remove-err-check
fix: remove error check that always returns nil
2 parents 1219e5d + 07f8f75 commit ebf6a57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/lifecycle/creator.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ func (c *createCmd) Exec() error {
116116
return err
117117
}
118118
dirStore := platform.NewDirStore(c.BuildpacksDir, c.ExtensionsDir)
119-
if err != nil {
120-
return err
121-
}
122119

123120
// Analyze
124121
var (

0 commit comments

Comments
 (0)