Commit d469948
Fix macOS Databricks CLI auto-install to install the correct formula (#145)
Fix macOS Databricks CLI auto-install to use the databricks/tap formula
On macOS the auto-installer ran `brew install databricks`, but the
Databricks CLI is not in homebrew-core under that name — `databricks`
resolves to an unrelated formula (the DataGrip cask), so users got the
wrong tool installed.
Install the fully-qualified `databricks/tap/databricks` formula instead,
which resolves to the Databricks CLI and fails if the formula is
missing, rather than silently falling back to the cask. Applies to both
the install and upgrade paths.
Co-authored-by: Isaac
Co-authored-by: Rohit Agrawal <10210921+rohita5l@users.noreply.github.com>1 parent 2e9d8e2 commit d469948
2 files changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
804 | 805 | | |
805 | 806 | | |
806 | 807 | | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
807 | 824 | | |
808 | 825 | | |
809 | 826 | | |
| |||
0 commit comments