From bab3aa1b30c81d9356c1cdf50ebba8a4ea10af86 Mon Sep 17 00:00:00 2001 From: ochorocho Date: Thu, 26 Oct 2023 01:19:16 +0200 Subject: [PATCH] [TASK] Fix tests --- install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.yaml b/install.yaml index 64f45aa..581cd2c 100644 --- a/install.yaml +++ b/install.yaml @@ -11,4 +11,4 @@ project_files: # Shell actions that can be done during removal of the add-on removal_actions: - - rm -f ./.ddev/rabbitmq-schema.json + - rm -f "${DDEV_APPROOT}/.ddev/rabbitmq-schema.json"