From f068c00a174ea80f0e7c114c6c93398ce9e6e8ee Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Wed, 19 Dec 2018 16:57:13 +0100
Subject: [PATCH] Bug fix with missing argument

---
 ahoy.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ahoy.yml b/ahoy.yml
index 3c6528d..6119e3c 100644
--- a/ahoy.yml
+++ b/ahoy.yml
@@ -2,8 +2,9 @@ ahoyapi: v2
 commands:
   exec:
     cmd: docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} --user root php ./vendor/bin/behat --config tests/behat/behat.yml "$@"
+    hide: true
   test:
-    cmd: ahoy behat "$@"
+    cmd: ahoy behat exec "$@"
     usage: Run Behat tests on the project
   test2xml:
     cmd: ahoy behat --format junit --out tests/output "$@"
-- 
GitLab