Skip to content

Commit

Permalink
chore: fix typo for Sources/teaBASE+git.m
Browse files Browse the repository at this point in the history
Signed-off-by: longxiangqiao <[email protected]>
  • Loading branch information
longxiangqiao authored and mxcl committed Jan 19, 2025
1 parent 2524b28 commit febe7f0
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 @@ -27,7 +27,7 @@ - (IBAction)editGitIdentity:(NSButton *)sender {
- (void)updateGitGudListing {
NSString *pkgx = [[[NSBundle bundleForClass:[self class]] bundlePath] stringByAppendingPathComponent:@"Contents/MacOS/pkgx"];

//FIXME deno will cache this permanantly, we need to version it or pkg this properly
//FIXME deno will cache this permanently, we need to version it or pkg this properly
id url = @"https://raw.githubusercontent.com/pkgxdev/git-gud/refs/heads/main/src/app.ts";

dispatch_async(dispatch_get_global_queue(0, 0), ^{
Expand Down

0 comments on commit febe7f0

Please sign in to comment.