From 4cc4616784db68f69f2868ee4b7321ee292710ac Mon Sep 17 00:00:00 2001 From: OpenVisor Date: Fri, 28 Jun 2024 23:36:32 +0200 Subject: [PATCH] Fix incomplete git command --- post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-receive b/post-receive index 3164f19..54e0101 100644 --- a/post-receive +++ b/post-receive @@ -3,7 +3,7 @@ #!/bin/bash REPOSITORY=/opt/geschichtenfabio-dockerized -git --work-tree=${REPOSITORY} --git-dir=${REPOSITORY} -f +git --work-tree=${REPOSITORY} --git-dir=${REPOSITORY} checkout -f touch ${REPOSITORY}/FLAG-FOR-CRONJOB-DOCKER-AUTOMATION # content of /etc/cron.daily/geschichtenfabio-docker-automation