Skip to content

Commit

Permalink
Fixes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 20, 2024
1 parent df9926a commit e23abae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/teaBASE+git.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ @implementation teaBASE (git)
- (IBAction)installGit:(NSButton *)sender {
if (sender.selectedTag != 2) {
run(@"/usr/bin/xcode-select", @[@"--install"], nil);
// for weird reasons the install window does not come to the front on Somona
// for weird reasons the install window does not come to the front on Sonoma
run(@"/usr/bin/open", @[@"/System/Library/CoreServices/Install Command Line Developer Tools.app"], nil);
} else {
run(brewPath(), @[@"install", @"git"], nil);
Expand Down

0 comments on commit e23abae

Please sign in to comment.