Skip to content

Commit

Permalink
Update packages/eas-cli/src/commands/env/pull.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Dziedzic <[email protected]>
  • Loading branch information
khamilowicz and szdziedzic committed Oct 25, 2024
1 parent bba01c1 commit 67ce5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eas-cli/src/commands/env/pull.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ export default class EnvironmentVariablePull extends EasCommand {
if (skippedSecretVariables.length > 0) {
Log.addNewLineIfNone();
Log.warn(
`The following variables have the encrypted visibility and were added to .env.local as variables without values: ${skippedSecretVariables.join(
`The following variables have the encrypted visibility and can not be read outside of EAS servers. Set their values manually in .env.local: ${skippedSecretVariables.join(
'\n'
)}.`
)}`
);
}
}
Expand Down

0 comments on commit 67ce5d2

Please sign in to comment.