Skip to content

Commit a69cf2f

Browse files
Apply suggestion from @lfindlaysap
Co-authored-by: Louise Findlay <[email protected]>
1 parent e4824d7 commit a69cf2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/deploy-tooling/src/base/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function validateCredentials(credentials: NonNullable<AbapDeployConfig['credenti
5858
const isEnvRef = (value: string | undefined): boolean => !value || value.startsWith('env:');
5959
if (!isEnvRef(credentials.username) || !isEnvRef(credentials.password)) {
6060
throw new Error(
61-
'Credentials must be provided as environment variable references (e.g. env:MY_VAR), not as plain text.'
61+
'Credentials must be provided as environment variable references, such as env:MY_VAR, not as plain text.'
6262
);
6363
}
6464
}

0 commit comments

Comments
 (0)