From 4d4fbb20b588141ee679af9c627407b64ed9b468 Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Fri, 7 Jan 2022 16:26:17 -0700 Subject: [PATCH] Actually unify with `#FS` Signed-off-by: Joel Longtine --- stdlib/europa/dagger/engine/fs.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/europa/dagger/engine/fs.cue b/stdlib/europa/dagger/engine/fs.cue index bba15ec3..38589afd 100644 --- a/stdlib/europa/dagger/engine/fs.cue +++ b/stdlib/europa/dagger/engine/fs.cue @@ -49,7 +49,7 @@ package engine } // Produce an empty directory -#Scratch: {$dagger: fs: _id: null} +#Scratch: #FS & {$dagger: fs: _id: null} // Copy files from one FS tree to another #Copy: {