Skip to content

Commit f230f2f

Browse files
committed
fixed typo in crossplane path
1 parent 5eab968 commit f230f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

okrutnik.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# --------------------------------------------
2222

2323
# Version
24-
VERSION=2.1.7
24+
VERSION=2.1.8
2525

2626
# Toolset
2727
TOOLSET="bandit black codespell mypy pylint pyright pylama ruff safety"
@@ -130,7 +130,7 @@ okrutnik_which_python() {
130130

131131
# Custom crossplane module hack
132132
custom_crossplane_hack() {
133-
crossplane_path=$(dirname ${VENV}/lib/python*/site-packages)
133+
crossplane_path=$(dirname ${VENV}/lib/python*/site-packages/crossplane)
134134
if [[ -d $crossplane_path ]]; then
135135
echo "Crossplane detected: committing a hack"
136136
touch ${crossplane_path}/site-packages/crossplane/py.typed

0 commit comments

Comments
 (0)