소스 검색

php/ng/modules: use ~ operator

Convert module to string before appending it to the base path to search for
existing modules...
tags/v0.34.0^2
Adrien "ze" Urban 5 년 전
부모
커밋
0e431473cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      php/ng/modules.sls

+ 1
- 1
php/ng/modules.sls 파일 보기

@@ -8,7 +8,7 @@
{% set install = [] %}

{% for module in modules %}
{% set state = base_name + module %}
{% set state = base_name ~ module %}
{% if state in existing_states %}
{% do includes.append(state) %}
{% else %}

Loading…
취소
저장