From b621a4382eb72586a6787c88619b7174da5dca9a Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Tue, 28 Nov 2023 12:10:28 +0200 Subject: [PATCH] fix --- earthly/docs/Readme.md | 2 +- earthly/python/Readme.md | 3 ++- examples/rust/Earthfile | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/earthly/docs/Readme.md b/earthly/docs/Readme.md index 7c91d71cc..f766dad1d 100644 --- a/earthly/docs/Readme.md +++ b/earthly/docs/Readme.md @@ -18,4 +18,4 @@ If a new dependency is added to `pyproject.toml` ensure to run: poetry lock ``` -in the `earthly/docs` directory to update the locked dependencies. \ No newline at end of file +in the `earthly/docs` directory to update the locked dependencies. diff --git a/earthly/python/Readme.md b/earthly/python/Readme.md index 72c01b778..907e2d8c4 100644 --- a/earthly/python/Readme.md +++ b/earthly/python/Readme.md @@ -33,4 +33,5 @@ The directory that contains the Earthfile that invokes this UDC MUST have: * `poetry.lock` : Dependency lock file. Up-to-date by running: * `poetry lock --no-update` : Update lock file, but do not update dependencies; or - * `poetry lock` : Update lock file and dependencies as required. \ No newline at end of file + * `poetry lock` : Update lock file and dependencies as required. + \ No newline at end of file diff --git a/examples/rust/Earthfile b/examples/rust/Earthfile index 45eb5d644..a5235580c 100644 --- a/examples/rust/Earthfile +++ b/examples/rust/Earthfile @@ -1,6 +1,6 @@ VERSION 0.7 -# cspell: words TARGETARCH USERARCH toolsets +# cspell: words TARGETARCH USERARCH toolsets rustfmt # Set up our target toolchains, and copy our files. builder: