Skip to content

Commit 3676441

Browse files
committed
Add comment
1 parent 0076e24 commit 3676441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ghcup/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export async function main(opts: Opts) {
135135
core.setOutput("version", effective_version);
136136
core.setOutput("path", ghcupPath);
137137

138+
// this first invocation will also make sure that all ghcup directories are created
138139
var { stdout } = await exec.getExecOutput(ghcupPath, ["whereis", "bindir"]);
139140
const bindir = stdout.trim();
140141
core.debug(`ghcup bindir is ${bindir}`);

0 commit comments

Comments
 (0)