Skip to content

Commit

Permalink
Update octo/create_package.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mikusa authored Apr 11, 2022
1 parent fc3a3ea commit 74bdaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octo/create_package.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func ContributeCreatePackage(descriptor Descriptor) (*Contribution, error) {
file := filepath.Join(descriptor.Path, "buildpack.toml")
s, err := ioutil.ReadFile(file)
if err != nil {
return nil, fmt.Errorf("unable to read foo %s\n%w", file, err)
return nil, fmt.Errorf("unable to read %s\n%w", file, err)
}

var b libcnb.Buildpack
Expand Down

0 comments on commit 74bdaf4

Please sign in to comment.