Skip to content

Commit

Permalink
Merge pull request #291 from danny-smit/clean-networks-syntax-error
Browse files Browse the repository at this point in the history
fix(clean): fix syntax error in networks.clean
  • Loading branch information
myii authored Jun 2, 2021
2 parents 8c012bb + 89cd4fc commit e3fc334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/networks/clean.sls
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
include:
- {{ sls_archive if d.pkg.docker.use_upstream == 'archive' else sls_desktop if d.pkg.docker.use_upstream == 'desktop' else sls_package }}
{%- for name in docker.networks %}
{%- for name in d.networks %}
{{ formula }}-network-{{ name }}-absent:
docker_network.absent:
Expand Down

0 comments on commit e3fc334

Please sign in to comment.