Skip to content

Commit 3f0616d

Browse files
Typo
1 parent 8daad0d commit 3f0616d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ update-deps:
112112
# set -euxo pipefail
113113
find . -maxdepth 3 -name "pyproject.toml" -exec \
114114
echo "[{}]" \; -exec \
115-
echo "Clearring pypi cache..." \; -exec \
115+
echo "Clearing pypi cache..." \; -exec \
116116
poetry cache clear --all pypi --no-ansi \; -exec \
117117
poetry update --lock --no-ansi \;
118118

0 commit comments

Comments
 (0)