Skip to content

Commit

Permalink
Nit: Comment update to getImageScriptsDir
Browse files Browse the repository at this point in the history
  • Loading branch information
cuppett committed Nov 2, 2023
1 parent f849cd7 commit 63fa22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/build/strategies/dockerfile/dockerfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ func getDestination(config *api.Config) string {
return destination
}

// getImageScriptsDir returns the directory containing the builder image scripts and a bool
// indicating that the directory is expected to contain all s2i scripts
// getImageScriptsDir returns the default directory which should contain the builder image scripts
// as well as a map of booleans identifying individual scripts provided in the repository as overrides
func getImageScriptsDir(config *api.Config, builder *Dockerfile) (string, map[string]bool) {

// 1st priority is the command line parameter (pointing to an image, overrides it all)
Expand Down

0 comments on commit 63fa22d

Please sign in to comment.