diff --git a/src/enhanced/utils/get-sensitive-values.ts b/src/enhanced/utils/get-sensitive-values.ts index 9e9ecbe78..22629a70d 100644 --- a/src/enhanced/utils/get-sensitive-values.ts +++ b/src/enhanced/utils/get-sensitive-values.ts @@ -88,7 +88,7 @@ export async function getSecureStrings( if (!envName) { console.error( - `ERROR! The param '${paramName}' does not having a mapping to an environment variable name. Please define this in the ${resourceName} map.` + `ERROR! The param '${paramName}' does not have a mapping to an environment variable name. Please define this in the ${resourceName} map.` ); return; }