Skip to content

Commit

Permalink
Update packager/buildpack.go
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Dahanne <[email protected]>
  • Loading branch information
dmikusa and anthonydahanne authored Mar 1, 2024
1 parent dfc7a50 commit 8ed64b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/buildpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func (p BundleBuildpack) CleanUpDockerImages() error {
return nil
}

// Execute runs the package buildpack command
// ExecutePackage runs the package buildpack command
func (p BundleBuildpack) ExecutePackage(tmpDir string) error {
pullPolicy, found := os.LookupEnv("BP_PULL_POLICY")
if !found {
Expand Down

0 comments on commit 8ed64b2

Please sign in to comment.