Skip to content

Commit

Permalink
Merge pull request #246 from stasjok/use-jinja-comments-in-jinja
Browse files Browse the repository at this point in the history
style(libsaltcli): fix comments to jinja comments
  • Loading branch information
baby-gnu authored Feb 17, 2022
2 parents 506ebdf + e1735f4 commit bbe3a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TEMPLATE/libsaltcli.jinja
Original file line number Diff line number Diff line change
@@ -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', '') %}
Expand Down

0 comments on commit bbe3a29

Please sign in to comment.