diff --git a/stdlib/europa/dagger/engine/fs.cue b/stdlib/europa/dagger/engine/fs.cue index 49f1919c..a2ba4d63 100644 --- a/stdlib/europa/dagger/engine/fs.cue +++ b/stdlib/europa/dagger/engine/fs.cue @@ -63,10 +63,7 @@ package engine $dagger: task: _name: "Copy" input: #FS - source: { - root: #FS - path: string | *"/" - } + #CopyInfo dest: string output: #FS }