mirror of
https://github.com/msberends/AMR.git
synced 2025-07-13 02:32:07 +02:00
(v2.1.1.9041) antibiotics update
This commit is contained in:
4
.github/prehooks/commit-msg
vendored
4
.github/prehooks/commit-msg
vendored
@ -28,7 +28,6 @@
|
||||
# Visit our website for the full manual and a complete tutorial about #
|
||||
# how to conduct AMR data analysis: https://msberends.github.io/AMR/ #
|
||||
# ==================================================================== #
|
||||
#!/bin/bash
|
||||
|
||||
#######################################
|
||||
# This script runs on commit-msg hook #
|
||||
@ -56,6 +55,3 @@ fi
|
||||
|
||||
# Prepend the version number to the commit message
|
||||
echo "(v${currentversion}) ${COMMIT_MSG}" > "$COMMIT_MSG_FILE"
|
||||
|
||||
# Print the updated commit message for verification
|
||||
echo "Updated commit message: $(cat "$COMMIT_MSG_FILE")"
|
||||
|
Reference in New Issue
Block a user