mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
Fix typo
This commit is contained in:
parent
86fdc0f1ef
commit
10416ace36
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue