Skip to content

Commit

Permalink
fix: reading buildpack settings and setting them to the right variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas committed Nov 1, 2023
1 parent 0d4d1aa commit 1036dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestIntegration(t *testing.T) {
file, err = os.Open("../buildpack.toml")
Expect(err).NotTo(HaveOccurred())

_, err = toml.NewDecoder(file).Decode(&settings.Buildpack)
_, err = toml.NewDecoder(file).Decode(&settings)
Expect(err).NotTo(HaveOccurred())

root, err := filepath.Abs("./..")
Expand Down

0 comments on commit 1036dd9

Please sign in to comment.