Skip to content

Commit

Permalink
Merge pull request openshift#1421 from wking/dircetive-typo
Browse files Browse the repository at this point in the history
cmd/registry-replacer: Fix "dircetive" -> "directive" typo
  • Loading branch information
openshift-merge-robot authored Nov 16, 2020
2 parents 3d1a1ae + 9b292e5 commit 15d4876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/registry-replacer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func upsertPR(gc pgithub.Client, dir, githubUsername string, token []byte, selfA
to make sure all images are pulled from the build cluster registry`

if pruneUnusedReplacements {
prBody += "\n* Prunes existing replacements that do not match any FROM dircetive in the Dockerfile"
prBody += "\n* Prunes existing replacements that do not match any FROM directive in the Dockerfile"
}
if ensureCorrectPromotionDockerfile {
prBody += "\n* Ensures the Dockerfiles used for promotion jobs matches the ones configured in [ocp-build-data](https://github.com/openshift/ocp-build-data/tree/openshift-4.6/images)"
Expand Down

0 comments on commit 15d4876

Please sign in to comment.