Skip to content

Commit

Permalink
fix configPath
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbasPL committed Nov 21, 2024
1 parent d44ad8d commit c4bf5d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28540,7 +28540,7 @@ async function download() {
}

async function setup(installPath) {
core.info(`Setting up ${TOOL_NAME} config at ${configPath}`);
core.info(`Setting up ${TOOL_NAME}`);

const configDir = getConfigDir();
await io.mkdirP(configDir);
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async function download() {
}

async function setup(installPath) {
core.info(`Setting up ${TOOL_NAME} config at ${configPath}`);
core.info(`Setting up ${TOOL_NAME}`);

const configDir = getConfigDir();
await io.mkdirP(configDir);
Expand Down

0 comments on commit c4bf5d9

Please sign in to comment.