Skip to content

Commit

Permalink
typo in install script
Browse files Browse the repository at this point in the history
Correct spelling
  • Loading branch information
Frix-x authored Jan 6, 2025
2 parents 74364d7 + 54b17d9 commit 7bcaa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function setup_venv {
fi

if [ -d "${OLD_K_SHAKETUNE_VENV}" ]; then
echo "[INFO] Old K-Shake&Tune virtual environement found, cleaning it!"
echo "[INFO] Old K-Shake&Tune virtual environment found, cleaning it!"
rm -rf "${OLD_K_SHAKETUNE_VENV}"
fi

Expand Down

0 comments on commit 7bcaa8f

Please sign in to comment.