Skip to content
Snippets Groups Projects
Commit 0126010d authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix ahoy setup

parent 8f7e7bb0
Branches
Tags v2.4.1 v2.4.2
No related merge requests found
......@@ -193,7 +193,7 @@ function setupAhoy {
echo "ahoyapi: v2" >.ahoy.yml
echo "commands:" >>.ahoy.yml
fi
if [[ ! -f .ahoy.l3d ]]; then
if [[ ! -L .ahoy.l3d ]]; then
ln -s /etc/ahoy .ahoy.l3d
fi
if [[ -f .gitignore ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment