Skip to content

Commit cb11784

Browse files
committed
fix(installed.jinja): remove include to prevent conflicting IDs
* Ends up with two `include:` lists when rendered * Close #188
1 parent 39b4584 commit cb11784

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

php/ng/installed.jinja

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
{% from "php/ng/map.jinja" import php with context %}
55
{% from "php/ng/macro.jinja" import sls_block %}
66

7-
include:
8-
- php.ng.deprecated
9-
107
{% set pkginfo = php.lookup.pkgs.get(state) %}
118

129
{% set pkgs = [] %}

0 commit comments

Comments
 (0)