We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8daad0d commit 3f0616dCopy full SHA for 3f0616d
justfile
@@ -112,7 +112,7 @@ update-deps:
112
# set -euxo pipefail
113
find . -maxdepth 3 -name "pyproject.toml" -exec \
114
echo "[{}]" \; -exec \
115
- echo "Clearring pypi cache..." \; -exec \
+ echo "Clearing pypi cache..." \; -exec \
116
poetry cache clear --all pypi --no-ansi \; -exec \
117
poetry update --lock --no-ansi \;
118
0 commit comments