diff --git a/docs/tests/core-concepts/client/plans/fs.cue b/docs/tests/core-concepts/client/plans/fs.cue index 669eb2cd..7a5a756c 100644 --- a/docs/tests/core-concepts/client/plans/fs.cue +++ b/docs/tests/core-concepts/client/plans/fs.cue @@ -7,7 +7,7 @@ dagger.#Plan & { } actions: { - copy: docker.Copy & { + copy: docker.#Copy & { contents: client.filesystem.".".read.contents } // ...