diff options
author | ven <vendethiel@hotmail.fr> | 2016-10-23 14:22:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-23 14:22:45 +0200 |
commit | c55799610dcf8577156bfb650da5e2e035819b57 (patch) | |
tree | fca67b62e1e666db5ddf83b7aff447b7ff7d2cb3 /powershell.html.markdown | |
parent | d6f6995ddec59ecb9bb39ed97b0e47a8c19b58a6 (diff) |
Partial fix for #2498
Diffstat (limited to 'powershell.html.markdown')
-rw-r--r-- | powershell.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powershell.html.markdown b/powershell.html.markdown index fc944b85..492e7153 100644 --- a/powershell.html.markdown +++ b/powershell.html.markdown @@ -19,7 +19,7 @@ rather than plain text. If you are uncertain about your environment: -``` +```powershell Get-ExecutionPolicy -List Set-ExecutionPolicy AllSigned # Execution policies include: |