From 24f85cdc781a81ab9b52685719607c475e1781b7 Mon Sep 17 00:00:00 2001 From: Matej Baco Date: Sat, 10 Jul 2021 20:07:03 +0200 Subject: [PATCH] Added " to wrap environment name --- app/workers/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/workers/functions.php b/app/workers/functions.php index fcd0d624e4..a85843b38d 100644 --- a/app/workers/functions.php +++ b/app/workers/functions.php @@ -337,7 +337,7 @@ class FunctionsV1 extends Worker : null; if(\is_null($runtime)) { - throw new Exception('Runtime "'.$function->getAttribute('runtime', '').' is not supported'); + throw new Exception('Runtime "'.$function->getAttribute('runtime', '').'" is not supported'); } $vars = \array_merge($function->getAttribute('vars', []), [