Merge pull request #246 from stasjok/use-jinja-comments-in-jinja

style(libsaltcli): fix comments to jinja comments
This commit is contained in:
Daniel 2022-02-17 07:58:10 +00:00 committed by GitHub
commit bbe3a29d25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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', '') %}