Skip to content

Commit

Permalink
! B fixed beyond compare mac path
Browse files Browse the repository at this point in the history
Co-Authored-By: Jay Bazuzi <jay@bazuzi.com>
  • Loading branch information
isidore and JayBazuzi committed Sep 23, 2024
1 parent 5aa7b24 commit 0a835a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion approvaltests/reporters/report_with_beyond_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ReportWithBeyondCompareMac(GenericDiffReporter):
def __init__(self):
super().__init__(
config=GenericDiffReporterConfig(
name=self.__class__.__name__, path="/usr/bin/bcompare"
name=self.__class__.__name__, path='/Applications/Beyond Compare.app/Contents/MacOS/BCompare'
)
)

Expand Down

0 comments on commit 0a835a3

Please sign in to comment.