Skip to content

Commit

Permalink
[apt/repositories] unneeded whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurzenika committed Jan 9, 2018
1 parent 5868f22 commit d8688e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt/repositories.sls
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ debian-archive-keyring:
{% else %}
{% set r_opts_list = [] %}
{%- for k, v in args.opts.items() %}
{% do r_opts_list.append(' ' ~ k ~ '=' ~ v) %}
{% do r_opts_list.append(k ~ '=' ~ v) %}
{%- endfor %}
{% set r_opts = r_opts_list|join(' ') %}
{% endif %}
Expand Down

0 comments on commit d8688e4

Please sign in to comment.