From 0b04edd0d84593ab94fbd74e5a7eac2672b98b55 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 19 Apr 2023 12:43:50 +0200 Subject: [PATCH] fix ci --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e91781225..26a46ec3d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ RESET := $(shell tput -Txterm sgr0) # add a service here when it uses transifex L10N_MODULES := \ - services/notifications + services/notifications \ services/userlog # if you add a module here please also add it to the .drone.star file