mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-10 23:01:43 +00:00
Merge pull request #246 from stasjok/use-jinja-comments-in-jinja
style(libsaltcli): fix comments to jinja comments
This commit is contained in:
commit
bbe3a29d25
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
{#- -*- coding: utf-8 -*- #}
|
||||||
# vim: ft=jinja
|
{#- vim: ft=jinja #}
|
||||||
|
|
||||||
{#- Get the relevant values from the `opts` dict #}
|
{#- Get the relevant values from the `opts` dict #}
|
||||||
{%- set opts_cli = opts.get('__cli', '') %}
|
{%- set opts_cli = opts.get('__cli', '') %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue