From 06bb60c479046a7d9c80628c76cd66846489140e Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 29 Nov 2024 17:15:23 +0100 Subject: [PATCH] dot is not allowed --- hooks/templates/config_custom.php.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/templates/config_custom.php.erb b/hooks/templates/config_custom.php.erb index 854c90ee..1a14e5c7 100644 --- a/hooks/templates/config_custom.php.erb +++ b/hooks/templates/config_custom.php.erb @@ -89,7 +89,7 @@ return [ 'tags'=>'<%= @replace["rollout-axw-tags"] %>', // 'ignore-ssl-error'=>false, ], - 'awx.aae'=>[ + 'awx-aae'=>[ 'plugin'=>'awx', 'label'=>'AWX AAE', 'url'=>'<%= @replace["rollout-axw-aae-url"] %>', // no ending "/" -- GitLab