Skip to content

Commit e180f04

Browse files
committed
format-fix
1 parent bcb0ad4 commit e180f04

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/security/fundamentals/azure-CA-details.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,8 @@ To determine if the **Microsoft ECC Root Certificate Authority 2017** and **Micr
218218
```bash
219219
keytool -list -keystore $JAVA_HOME/jre/lib/security/cacerts
220220
```
221-
222-
- > [!NOTE] **$JAVA_HOME** refers to the path to the Java home directory.
223-
- > If you're unsure of the path, you can find it by running the following command:
221+
- `$JAVA_HOME` refers to the path to the Java home directory.
222+
- If you're unsure of the path, you can find it by running the following command:
224223
225224
```bash
226225
readlink -f $(which java) | xargs dirname | xargs dirname

0 commit comments

Comments
 (0)