Merge pull request #2086 from yuyicai/fix/typo

chore: Fix typo
This commit is contained in:
Helder Correia 2022-04-08 09:38:07 +00:00 committed by GitHub
commit adc6c3b335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -9,9 +9,9 @@ import "dagger.io/dagger"
// Relative path to source.
path: string
// Optionally exclude certain files
include: [...string]
// Optionally include certain files
include: [...string]
// Optionally exclude certain files
exclude: [...string]
output: dagger.#FS
@ -76,9 +76,9 @@ import "dagger.io/dagger"
source: string | *"/"
// Destination path (optional)
dest: string | *"/"
// Optionally exclude certain files
include: [...string]
// Optionally include certain files
include: [...string]
// Optionally exclude certain files
exclude: [...string]
// Output of the operation
output: dagger.#FS

View File

@ -45,9 +45,9 @@ import (
contents: dagger.#FS
source: string | *"/"
dest: string | *"/"
// Optionally exclude certain files
include: [...string]
// Optionally include certain files
include: [...string]
// Optionally exclude certain files
exclude: [...string]
// Execute copy operation