Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Nov 28, 2023
1 parent a04f14a commit b621a43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion earthly/docs/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
in the `earthly/docs` directory to update the locked dependencies.
3 changes: 2 additions & 1 deletion earthly/python/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* `poetry lock` : Update lock file and dependencies as required.

2 changes: 1 addition & 1 deletion examples/rust/Earthfile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b621a43

Please sign in to comment.