Skip to content

Commit 5554a00

Browse files
fix typo
1 parent 4c79569 commit 5554a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async function installTools() {
7171
await exec.exec('rm', [`-rf`, `${workspace}/.direnv-action`]);
7272
} else {
7373
const dlUrl = direnvBinaryURL(direnvVersion, platform, arch);
74-
core.info('direnv not found in cache, installing ${dlUrl} ...');
74+
core.info(`direnv not found in cache, installing ${dlUrl} ...`);
7575
const installPath = await tc.downloadTool(dlUrl);
7676

7777
// set permissions

0 commit comments

Comments
 (0)