From 79489ffe3694b9bc099bca10830e33519a545c04 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 5 Oct 2021 12:08:44 -0600 Subject: [PATCH] cue fmt the right way Signed-off-by: Richard Jones --- docs/learn/tests/getting-started/plans/todoapp.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/tests/getting-started/plans/todoapp.cue b/docs/learn/tests/getting-started/plans/todoapp.cue index b62d93d2..8fa8b0cd 100644 --- a/docs/learn/tests/getting-started/plans/todoapp.cue +++ b/docs/learn/tests/getting-started/plans/todoapp.cue @@ -9,7 +9,7 @@ import ( // Build the source code using Yarn app: yarn.#Package & { - "source": dagger.#Artifact & dagger.#Input + source: dagger.#Artifact & dagger.#Input } // package the static HTML from yarn into a Docker image