mirror of https://github.com/actions/setup-go.git
Fix typo
This commit is contained in:
parent
86fdc0f1ef
commit
10416ace36
|
@ -186,7 +186,7 @@ function getFileName(version: string): string {
|
|||
const arch: string = arches[osArch] || arches['default'];
|
||||
let ext: string;
|
||||
if (version == 'tip') {
|
||||
// Git work tree for tip builds does not have an externsion.
|
||||
// Git work tree for tip builds does not have an extension.
|
||||
ext = '';
|
||||
} else if (osPlat == 'win32') {
|
||||
ext = '.zip';
|
||||
|
|
Loading…
Reference in New Issue