1
0
Fork 0
mirror of https://github.com/actions/setup-go synced 2024-12-22 14:22:41 +00:00
This commit is contained in:
Bryan MacFarlane 2020-03-26 12:06:36 -04:00
parent 3d0e3826ed
commit 1fdcb9b160

View file

@ -41,7 +41,7 @@ export async function run() {
// if the global installed bin wasn't added,
// we can add the bin just installed
if (!addBinToPath) {
if (!addedBin) {
addBinToPath();
}
} else {