From fa229698d20f25e73e20429fc9143ec22af1fdc4 Mon Sep 17 00:00:00 2001 From: Rob Arnold <326113+robarnold@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:17:56 -0700 Subject: [PATCH] Fix typo on Windows earthly script name Just noticed this as I was reading through --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a820b49..792afa4 100644 --- a/README.md +++ b/README.md @@ -345,4 +345,4 @@ If you want to build and test a bundle, you can use earthly by running the follo ./earthly.sh +test --BUNDLE= ``` -We also provide a version of the `earthly.sh` script for Windows (`eartly.ps1`). +We also provide a version of the `earthly.sh` script for Windows (`earthly.ps1`).