Skip to content

Commit

Permalink
fix(install.sls): fix salt-lint errors
Browse files Browse the repository at this point in the history
```bash
Examining deepsea/package/install.sls of type state
[201] Trailing whitespace
deepsea/package/install.sls:7
```
  • Loading branch information
myii committed Oct 9, 2019
1 parent 1ea363e commit fcde943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepsea/package/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{#- Get the `tplroot` from `tpldir` #}
{%- set tplroot = tpldir.split('/')[0] %}
{%- from tplroot ~ "/map.jinja" import deepsea with context %}
{%- if deepsea.pkg.use_upstream_repo %}
include:
- .repo
Expand Down

0 comments on commit fcde943

Please sign in to comment.