Skip to content

Commit

Permalink
fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adambkaplan committed May 15, 2018
1 parent a50b7f2 commit 86324f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/apis/build/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ type ConfigMapBuildSource struct {
// build.
ConfigMap kapi.LocalObjectReference

// DestinationDir is the directory where the files from the secret should be
// DestinationDir is the directory where the files from the configMap should be
// available for the build time.
// For the Source build strategy, these will be injected into a container
// where the assemble script runs.
Expand Down

0 comments on commit 86324f6

Please sign in to comment.