From 6427c9be3742e8332709deb367d148edfbac2935 Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Mon, 20 Dec 2021 10:43:53 -0700 Subject: [PATCH] Pull #CopyInfo back into #Copy Signed-off-by: Joel Longtine --- stdlib/europa/dagger/engine/fs.cue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 }