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
commit c0aa326707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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