diff --git a/tests/plan/hello-europa/main.cue b/tests/plan/hello-europa/main.cue index 615590a7..f268a18d 100644 --- a/tests/plan/hello-europa/main.cue +++ b/tests/plan/hello-europa/main.cue @@ -1,14 +1,12 @@ package main import ( - "alpha.dagger.io/dagger/engine" - "alpha.dagger.io/os" + "alpha.dagger.io/dagger/engine" + "alpha.dagger.io/os" ) engine.#Plan & { - actions: { - sayHello: os.#Container & { - command: "echo Hello Europa!" - } - } -} \ No newline at end of file + actions: sayHello: os.#Container & { + command: "echo Hello Europa!" + } +}