Skip to content

Commit

Permalink
Remove trailing slash from specification of githook directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Stuart committed Jul 21, 2020
1 parent 9724323 commit 3a5e838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
<property name="mdq.cache" value="mdqcache.tar.gz"/>
<property name="mdaggr.stats" value="ukfederation-stats.html"/>
<property name="post-receive-githook" value="post-receive"/>
<property name="md.githook.path" value="/var/git/ukf-products/.git/hooks/" />
<property name="md.githook.path" value="/var/git/ukf-products/.git/hooks" />


<!--
Expand Down

0 comments on commit 3a5e838

Please sign in to comment.