diff options
author | stuebinm | 2021-12-21 13:51:49 +0100 |
---|---|---|
committer | stuebinm | 2021-12-21 13:51:49 +0100 |
commit | 92d73fdfd296a38cb385108ce63291bdc718fc40 (patch) | |
tree | eedc5df7cc1056166ce2c7bd9939261eee280270 /lib | |
parent | 5970aaec26b95b2023b5823a7af89645a11b04a4 (diff) |
need rc3_21 slug in inter-assembly-links
Diffstat (limited to 'lib')
-rw-r--r-- | lib/LintConfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |