Skip to content

Commit 6db6c24

Browse files
fixing code block rendering
1 parent 6d7fcda commit 6db6c24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/trusted-signing/how-to-sign-ci-policy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Overview of steps:
2424
1. ⁠Unzip the Az.CodeSigning module to a folder
2525
2. ⁠Open Windows PowerShell [PowerShell 7](https://github.com/PowerShell/PowerShell/releases/latest)
2626
3. In the Az.CodeSigning folder, run
27-
```Import-Module .\Az.CodeSigning.psd1
27+
```
28+
Import-Module .\Az.CodeSigning.psd1
2829
```
2930
4. Optionally you can create a `metadata.json` file:
3031
```

0 commit comments

Comments
 (0)