This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
php-formula
forked from
ExternalMirrors/php-formula
Watch
2
Star
0
Fork
0
Code
Releases
24
Activity
Browse Source
Fixed mixxing set in installed.jinja
tags/v0.34.0
Chad Heuschober
10 years ago
parent
116f3fae70
commit
b8278ba19a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
php/ng/installed.jinja
+ 1
- 1
php/ng/installed.jinja
View File
@@ -3,7 +3,7 @@
{% from "php/ng/macro.jinja" import sls_block %}
{% pkginfo = php.lookup.pkgs.get(state) %}
{%
set
pkginfo = php.lookup.pkgs.get(state) %}
{%- if pkginfo is mapping -%}
{%- for pkg, opts in pkginfo.items() -%}
Write
Preview
Loading…
Cancel
Save