Skip to content

Commit

Permalink
fix typo: don't override default
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Jul 20, 2022
1 parent 07b13d4 commit 1f52e8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% macro default__snapshot_hash_arguments(args) -%}
{% macro sqlite__snapshot_hash_arguments(args) -%}
hex(md5({%- for arg in args -%}
coalesce(cast({{ arg }} as varchar ), '')
{% if not loop.last %} || '|' || {% endif %}
Expand Down

0 comments on commit 1f52e8a

Please sign in to comment.