style(libsaltcli): fix comments to jinja comments

This commit is contained in:
Stanislav Asunkin 2022-02-16 09:14:22 +03:00
parent 65cf22c436
commit e1735f47f8

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# vim: ft=jinja
{#- -*- coding: utf-8 -*- #}
{#- vim: ft=jinja #}
{#- Get the relevant values from the `opts` dict #}
{%- set opts_cli = opts.get('__cli', '') %}