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

Fix ahoy setup

parent 8f7e7bb0
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment