eficode-academy / git-katas

A set of exercises for deliberate Git Practice
MIT License
1.32k stars 860 forks source link

Add missing shebang to save-my-commit/setup.sh #317

Closed arno-h closed 2 years ago

arno-h commented 2 years ago

setup.sh in save-my-commit/ misses the shebang line. In ZSH this causes a problem. Added shebang line using /usr/bin/venv.

JKrag commented 2 years ago

@arno-h Thanks for the submission, and sorry for the delay in reviewing this.