Skip to content

Commit

Permalink
dist update
Browse files Browse the repository at this point in the history
  • Loading branch information
bitmaskit committed Jan 29, 2025
1 parent 227d659 commit bb5502f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function getPiperDownloadURL (piper: string, version: string): Promise<str
return await Promise.resolve(response.url.replace(/tag/, 'download') + `/${piper}`)
}

async function getPiperBinaryNameFromInputs (isEnterpriseStep: boolean, version?: string): Promise<string> {
async function getPiperBinaryNameFromInputs (isEnterpriseStep: boolean, version: string): Promise<string> {
if (version === 'master') {

Check warning on line 64 in src/download.ts

View check run for this annotation

In Solidarity / Inclusive Language

Match Found

Please consider an alternative to `master`. Possibilities include: `primary`, `main`, `leader`, `active`, `writer`
Raw output
/\b(?!masterdata|masterdata\w+\b)master/gi
info('using _master binaries is deprecated. Using latest release version instead.')
}
Expand Down

0 comments on commit bb5502f

Please sign in to comment.