Skip to content

Commit

Permalink
fix: switch --filename to --filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Nov 8, 2024
1 parent 2cf7190 commit 64ff151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function getConfigsFilePath() {

export async function getConfigDefaultTarget(): Promise<string | undefined> {
const { stdout } = await exec(
`${buildToolsExecutable} show current --filename --no-name`,
`${buildToolsExecutable} show current --filepath --no-name`,
{
encoding: "utf8",
},
Expand Down

0 comments on commit 64ff151

Please sign in to comment.