mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 23:01:56 +02:00
(v2.1.1.9041) antibiotics update
This commit is contained in:
7
.github/prehooks/pre-commit
vendored
7
.github/prehooks/pre-commit
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# ==================================================================== #
|
||||
# TITLE: #
|
||||
@ -118,9 +118,4 @@ if [ -e "NEWS.md" ]; then
|
||||
else
|
||||
echo "- no NEWS.md found!"
|
||||
fi
|
||||
|
||||
# set the version number as an environment variable for the commit-msg hook
|
||||
export COMMIT_VERSION=$currentversion
|
||||
echo "- exported COMMIT_VERSION=${currentversion} for the commit-msg hook"
|
||||
|
||||
echo ""
|
||||
|
Reference in New Issue
Block a user