Skip to content

Commit

Permalink
Remove not needed words
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincerro committed Oct 22, 2023
1 parent cd9aa59 commit 89fdaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/secrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function warnIfUsingSecretsWithoutTheBrefDependency(serverless, log) {
return;
}

log.warning(`The following environment variables use the "bref-ssm:" prefix, but the "bref/secrets-loader" dependency is not installed via "composer.json".`);
log.warning(`The following environment variables use the "bref-ssm:" prefix, but the "bref/secrets-loader" dependency is not installed.`);
allVariables.forEach(variable => log.warning(` ${variable}`));
log.warning(`The "bref/secrets-loader" dependency is required to use the "bref-ssm:" prefix. Install it by running:`);
log.warning(` composer require bref/secrets-loader`);
Expand Down

0 comments on commit 89fdaca

Please sign in to comment.