mirror of
https://github.com/actions/setup-go.git
synced 2026-02-04 14:38:20 +00:00
spelling: fall back
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d3fdef18ef
commit
bddb73e344
1 changed files with 2 additions and 2 deletions
|
|
@ -756,7 +756,7 @@ describe('setup-go', () => {
|
|||
);
|
||||
});
|
||||
|
||||
it('fallback to dist if version is not found in manifest', async () => {
|
||||
it('fall back to dist if version is not found in manifest', async () => {
|
||||
os.platform = 'linux';
|
||||
os.arch = 'x64';
|
||||
|
||||
|
|
@ -793,7 +793,7 @@ describe('setup-go', () => {
|
|||
expect(cnSpy).toHaveBeenCalledWith(`::add-path::${expPath}${osm.EOL}`);
|
||||
});
|
||||
|
||||
it('fallback to dist if manifest is not available', async () => {
|
||||
it('fall back to dist if manifest is not available', async () => {
|
||||
os.platform = 'linux';
|
||||
os.arch = 'x64';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue