mirror of
https://github.com/containers/podman.git
synced 2025-12-09 15:19:35 +08:00
Update containers/buildah v1.24.1
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
vendor/github.com/openshift/imagebuilder/internals.go
generated
vendored
2
vendor/github.com/openshift/imagebuilder/internals.go
generated
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user