Skip to content

Commit

Permalink
removed unnecessary function prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r committed Jan 27, 2024
1 parent eaf941c commit c0d7c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions okrutnik.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# --------------------------------------------

# Version
VERSION=2.1.5
VERSION=2.1.6

# Toolset
TOOLSET="bandit black codespell mypy pylint pyright pylama ruff safety"
Expand Down Expand Up @@ -129,7 +129,7 @@ okrutnik_which_python() {
}

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

0 comments on commit c0d7c18

Please sign in to comment.