Fixed hook

This commit is contained in:
Jules 2022-07-18 10:11:23 +02:00
parent c65ee8a042
commit 235b195579
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ PRE_PUSH_SCRIPT = """#!/bin/sh
if [[ ! -z "$VIRTUAL_ENV" ]]
then
while read -d $'\0' arg ; do
echo $arg
if [[ "$arg" == '--follow-tags' ]] ; then
clickusagemd ${GIT_DIR}pyproject.toml || exit 1
git add ${GIT_DIR}USAGE.md || exit 1