From 6accddaba346aeda062ab47bae62e65dcdcc513f Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 14 Dec 2023 12:48:39 -0800 Subject: [PATCH] Fix syntax --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 54e935e..85f7eed 100644 --- a/Earthfile +++ b/Earthfile @@ -7,4 +7,4 @@ basic: basic-file: FROM alpine RUN echo "Hello World" > file - SAVE ARTIFACT file AS file + SAVE ARTIFACT file