Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 38a85c9

Browse files
authored
Merge pull request #394 from dlawin/issue_393
Fix multiple Diffs Complete! messages
2 parents 729a7b9 + f83eb4e commit 38a85c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/dbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def dbt_diff(
9595
+ "Skipped due to missing primary-key tag or multi-column primary-key (unsupported for non --cloud diffs)\n"
9696
)
9797

98-
rich.print("Diffs Complete!")
98+
rich.print("Diffs Complete!")
9999

100100

101101
def _get_diff_vars(

0 commit comments

Comments
 (0)