Skip to content

Commit cb20d01

Browse files
Update pw-env-var.md (#1168)
Typo in the export command results in the command not working as written. Needs a space between export and the variable. ![ElasticSupport 2025-04-16 at 09 23 36](https://github.com/user-attachments/assets/f4dc94e7-6cb6-4e95-a4ab-ec84d763d9f2) Co-authored-by: Liam Thompson <[email protected]>
1 parent 4a3eee5 commit cb20d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
We recommend storing the `elastic` password as an environment variable in your shell. For example:
22

33
```sh subs=true
4-
{{export}}ELASTIC_PASSWORD="your_password"
4+
{{export}} ELASTIC_PASSWORD="your_password"
55
```
66

77
If you have password-protected the {{es}} keystore, you will be prompted to enter the keystore’s password. See [Secure settings](/deploy-manage/security/secure-settings.md) for more details.
88

9-
To learn how to reset this password, refer to [](/deploy-manage/users-roles/cluster-or-deployment-auth/built-in-sm.md).
9+
To learn how to reset this password, refer to [](/deploy-manage/users-roles/cluster-or-deployment-auth/built-in-sm.md).

0 commit comments

Comments
 (0)