Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
DVAlexHiggs committed Feb 22, 2024
1 parent c4bb28d commit 73ffdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/supporting/hash_components/select_hash_alg.sql
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

{% macro postgres__hash_alg_sha1() -%}

{%- do exceptions.warn("Configured hash ('SHA1') is not supported on Postgres.
{%- do exceptions.warn("Configured hash (SHA-1) is not supported on Postgres.
Defaulting to hash 'MD5', alternatively configure your hash as 'SHA' for SHA256 hashing.") -%}
{{ automate_dv.hash_alg_md5() }}

Expand Down

0 comments on commit 73ffdbe

Please sign in to comment.