From f2c5ac30253cb6b6ac22afb0fc1a0dc74350ceef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 17 Dec 2020 11:00:18 +0100 Subject: [PATCH] fix: [vagrant] added missing comma in bootstrap.sh file. --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index bca3991..3ab532b 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -337,7 +337,7 @@ return [ ], 'statsApi' => [ - 'baseUrl' => 'http://127.0.0.1:$STATS_PORT' + 'baseUrl' => 'http://127.0.0.1:$STATS_PORT', 'apiKey' => '$apiKey', ], ];