From 85748795606d7736b8ebf2040a42b43d66e12bd3 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 7 Apr 2022 11:07:57 +0200 Subject: [PATCH] FIX: Update TODO for container path Signed-off-by: Evan Lezar --- internal/edits/mount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/edits/mount.go b/internal/edits/mount.go index 3b85034e..0697321e 100644 --- a/internal/edits/mount.go +++ b/internal/edits/mount.go @@ -39,7 +39,7 @@ func (d mount) toEdits() *cdi.ContainerEdits { func (d mount) toSpec() *specs.Mount { s := specs.Mount{ HostPath: d.Path, - // TODO: We need to update the container path + // TODO: We need to allow the container path to be customised ContainerPath: d.Path, Options: []string{ "ro",