From 92d73fdfd296a38cb385108ce63291bdc718fc40 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Tue, 21 Dec 2021 13:51:49 +0100
Subject: [PATCH] need rc3_21 slug in inter-assembly-links

---
 lib/LintConfig.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/LintConfig.hs b/lib/LintConfig.hs
index b6e6080..1e9e538 100644
--- a/lib/LintConfig.hs
+++ b/lib/LintConfig.hs
@@ -137,7 +137,7 @@ patchConfig config p = config'
         assemblysubst = \case
           DomainSubstitution subst scope ->
             DomainSubstitution (subst <> M.fromList generated) scope
-            where generated = (\slug -> (slug, "/@/"<>slug)) <$> configAssemblies config'
+            where generated = (\slug -> (slug, "/@/rc3_21/"<>slug)) <$> configAssemblies config'
           other -> other
 
 instance (FromJSON (LintConfig a)) => Argument (LintConfig a) where
-- 
GitLab