Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Rename go-cnb to go-compiler-cnb [#167023322]
Browse files Browse the repository at this point in the history
Co-authored-by: Guillermo Kardolus <[email protected]>
  • Loading branch information
ndon55555 and kardolus committed Jul 16, 2019
1 parent 28d83c5 commit 43cc9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestIntegration(t *testing.T) {
Expect(err).NotTo(HaveOccurred())
defer dagger.DeleteBuildpack(depURI)

goURI, err = dagger.GetLatestBuildpack("go-cnb")
goURI, err = dagger.GetLatestBuildpack("go-compiler-cnb")
Expect(err).NotTo(HaveOccurred())
defer dagger.DeleteBuildpack(goURI)

Expand Down

0 comments on commit 43cc9cd

Please sign in to comment.