Skip to content

Commit c0d7c18

Browse files
committed
removed unnecessary function prefix
1 parent eaf941c commit c0d7c18

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.5
24+
VERSION=2.1.6
2525

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

131131
# Custom modules hacks
132-
function custom_crossplane_hack() {
132+
custom_crossplane_hack() {
133133
crossplane_path=$(dirname ${VENV}/lib/python*/site-packages)
134134
if [[ -d $crossplane_path ]]; then
135135
echo "Crossplane detected: committing a hack"

0 commit comments

Comments
 (0)