mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Adapt doc
This commit is contained in:
parent
2f4268f1af
commit
07e315a382
5 changed files with 18 additions and 8 deletions
|
|
@ -232,7 +232,7 @@ function verifyNoMinimumAgeBlockedRequests() {
|
|||
|
||||
ui.writeInformation(
|
||||
`Safe-chain: ${chalk.bold(
|
||||
`blocked ${state.blockedMinimumAgeRequests.length} package downloads due to minimum age`
|
||||
`blocked ${state.blockedMinimumAgeRequests.length} direct package download request(s) due to minimum package age`
|
||||
)}:`
|
||||
);
|
||||
|
||||
|
|
@ -248,7 +248,7 @@ function verifyNoMinimumAgeBlockedRequests() {
|
|||
|
||||
ui.emptyLine();
|
||||
ui.writeError(
|
||||
"Safe-chain: Exiting without installing packages blocked by minimum age."
|
||||
"Safe-chain: Exiting without installing packages blocked by the direct download minimum package age check."
|
||||
);
|
||||
ui.emptyLine();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue