Merge pull request #11 from dubo-dubon-duponey/fix-9

Fix #9
This commit is contained in:
Andrea Luzzardi
2021-01-11 17:54:36 -08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -114,8 +114,8 @@ package dagger
#Copy: {
do: "copy"
from: #Script | #Component
src?: string | *"/"
dest?: string | *"/"
src: string | *"/"
dest: string | *"/"
}
#TestScript: #Script & [

View File

@@ -109,8 +109,8 @@ package dagger
#Copy: {
do: "copy"
from: #Script | #Component
src?: string | *"/"
dest?: string | *"/"
src: string | *"/"
dest: string | *"/"
}
#TestScript: #Script & [