Update file executable_install-program

This commit is contained in:
Brian Zalewski 2023-01-05 04:29:51 +00:00
parent 1860d1483f
commit a9fd816141

View file

@ -734,7 +734,7 @@ async function ensurePackageManagerAnsible() {
// Ensure the package manager is available
let packageManagerInstalled = {}
async function ensurePackageManager(packageManager) {
const logStage = 'Package Manager Install'
const logStage = 'Pre-Reqs'
log('info', logStage, `Ensuring \`${packageManager}\` is set up`)
if (packageManagerInstalled[packageManager]) {
return