Skip to content

Commit

Permalink
Fix for changie that pointed to spark (#584) (#592)
Browse files Browse the repository at this point in the history
(cherry picked from commit dd7cf32)

Co-authored-by: Neelesh Salian <nssalian@users.noreply.github.com>
Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
Co-authored-by: Mila Page <67295367+VersusFacit@users.noreply.github.com>
  • Loading branch information
4 people authored Jun 21, 2023
1 parent 4b4b395 commit d33c126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ footerFormat: |
{{- else }}
{{- $changes := splitList " " $change.Custom.Issue }}
{{- range $issueNbr := $changes }}
{{- $changeLink := "[#nbr](https://github.com/dbt-labs/dbt-spark/issues/nbr)" | replace "nbr" $issueNbr }}
{{- $changeLink := "[#nbr](https://github.com/dbt-labs/dbt-snowflake/issues/nbr)" | replace "nbr" $issueNbr }}
{{- $IssueList = append $IssueList $changeLink }}
{{- end -}}
{{- end }}
Expand Down

0 comments on commit d33c126

Please sign in to comment.