diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-02-04 08:53:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 08:53:42 -0500 |
commit | 320e2935c8468b21a3ce6dee1b5201c2ed3f738a (patch) | |
tree | fd4078e58bc9ab0b6c2ef1938017ce5844f97744 /vendor/github.com/openshift/imagebuilder/internals.go | |
parent | 608b6142edb7a4e179ce6d2ae69707be28f29359 (diff) | |
parent | 1d1b2b1509646e07ab4a984c7622fa002a0fcdb7 (diff) | |
download | podman-320e2935c8468b21a3ce6dee1b5201c2ed3f738a.tar.gz podman-320e2935c8468b21a3ce6dee1b5201c2ed3f738a.tar.bz2 podman-320e2935c8468b21a3ce6dee1b5201c2ed3f738a.zip |
Merge pull request #13136 from rhatdan/VENDOR
Update containers/buildah v1.24.1
Diffstat (limited to 'vendor/github.com/openshift/imagebuilder/internals.go')
-rw-r--r-- | vendor/github.com/openshift/imagebuilder/internals.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/openshift/imagebuilder/internals.go b/vendor/github.com/openshift/imagebuilder/internals.go index f33dc70bb..d4b953903 100644 --- a/vendor/github.com/openshift/imagebuilder/internals.go +++ b/vendor/github.com/openshift/imagebuilder/internals.go @@ -52,7 +52,7 @@ func hasSlash(input string) bool { // makeAbsolute ensures that the provided path is absolute. func makeAbsolute(dest, workingDir string) string { - // Twiddle the destination when its a relative path - meaning, make it + // Twiddle the destination when it's a relative path - meaning, make it // relative to the WORKINGDIR if dest == "." { if !hasSlash(workingDir) { |