Merge pull request #1791 from bengesoff/patch-1

docs: fix typo in snippet
This commit is contained in:
Solomon Hykes
2022-03-13 16:13:24 -07:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ dagger.#Plan & {
}
actions: {
copy: docker.Copy & {
copy: docker.#Copy & {
contents: client.filesystem.".".read.contents
}
// ...