1
0
mirror of https://github.com/oskar456/dzonegit.git synced 2024-05-11 05:55:41 +00:00

Fix crash of post-receive when checkout directory does not exist

This commit is contained in:
Ondřej Caletka
2018-08-16 10:32:22 +02:00
parent 8d99e86222
commit 9923df14b7
3 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ readme = Path(__file__).with_name("README.rst").read_text()
setup(
name="dzonegit",
version="0.4",
version="0.5",
description="Git hooks to manage a repository of DNS zones",
long_description=readme,
long_description_content_type="text/x-rst",