Skip to content

Commit aa17a3b

Browse files
tkatilamythi
andauthored
Update test/e2e/utils/utils.go
Co-authored-by: Mikko Ylinen <[email protected]>
1 parent aa7c85a commit aa17a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/utils/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func CreateKustomizationOverlay(namespace, kustomizeYamlFileDir, overlayDir stri
156156
return err
157157
}
158158

159-
kustomizationFile := filepath.Join(overlayDir, "/kustomization.yaml")
159+
kustomizationFile := filepath.Join(overlayDir, "kustomization.yaml")
160160

161161
bytes, err := os.ReadFile(kustomizationFile)
162162
if err != nil {

0 commit comments

Comments
 (0)