Create varaible for updates M2 verbiage

This commit is contained in:
Sam Carlton 2022-06-06 14:24:45 -05:00
parent 374368ede5
commit 4b8c6a7eea
11 changed files with 28 additions and 18 deletions

View file

@ -22,7 +22,7 @@ export const makeTitle = function ( app ) {
}
export const makeDescription = function ( app ) {
return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Pro and M1 Max Processors.`
return `Latest reported support status of ${ app.name } on Apple Silicon and ${ process.env.npm_package_config_verbiage_processors } Processors.`
}
// https://stackoverflow.com/a/15069646/1397641

View file

@ -17,7 +17,7 @@ export const makeTitle = function ( app ) {
}
export const makeDescription = function ( app ) {
return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Pro and M1 Max Processors when installed via Homebrew. `
return `Latest reported support status of ${ app.name } on Apple Silicon and ${ process.env.npm_package_config_verbiage_processors } Processors when installed via Homebrew. `
}
class FormulaTemplate extends AppTemplate {