Skip to content

Commit

Permalink
Add Intel Homebrew path
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Dec 11, 2024
1 parent a31808c commit f186589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vorta/borg/borg_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def prepare_bin(cls):
# More info at https://github.com/borgbase/vorta/issues/2100
# Set the path to also find homebrew installs of Borg, and avoid falling back to the embedded binary.
if sys.platform == 'darwin':
os.environ["PATH"]+=":/opt/homebrew/bin"
os.environ["PATH"] += ":/opt/homebrew/bin:/usr/local/bin"
# Now continue looking for the borg binary to use
borg_in_path = shutil.which('borg')

Expand Down

0 comments on commit f186589

Please sign in to comment.