mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2024-11-06 07:25:47 -05:00
oops
This commit is contained in:
parent
3d0e3826ed
commit
1fdcb9b160
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export async function run() {
|
||||||
|
|
||||||
// if the global installed bin wasn't added,
|
// if the global installed bin wasn't added,
|
||||||
// we can add the bin just installed
|
// we can add the bin just installed
|
||||||
if (!addBinToPath) {
|
if (!addedBin) {
|
||||||
addBinToPath();
|
addBinToPath();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue