Skip to content

Commit

Permalink
fixed xcbbuildservice path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ievgenii.Mykhalevskyi authored and Ievgenii.Mykhalevskyi committed Oct 10, 2024
1 parent 7825f0c commit e21e8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export function getXCodeBuildServerPath() {
}

export function getXCBBuildServicePath() {
return path.join(__dirname, "..", "..", "src", "dist", "XCBBuildService");
return path.join(__dirname, "..", "..", "dist", "XCBBuildService");
}

function readEnvFileToDict() {
Expand Down

0 comments on commit e21e8ee

Please sign in to comment.