Skip to content

Commit

Permalink
Merge pull request #689 from viktorruskai/patch-1
Browse files Browse the repository at this point in the history
Fix DocBlock in `utils.ts`
  • Loading branch information
shivammathur committed Jan 27, 2023
2 parents d30ad8b + cc0e576 commit baf9535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export async function getInput(
}
}

/** Function to get manifest URL
*
/**
* Function to get manifest URL
*/
export async function getManifestURL(): Promise<string> {
return 'https://raw.githubusercontent.com/shivammathur/setup-php/develop/src/configs/php-versions.json';
Expand Down

0 comments on commit baf9535

Please sign in to comment.