diff --git a/engine/context/working-with-contexts.md b/engine/context/working-with-contexts.md index 5fcdb74b3c..eeb0bf382f 100644 --- a/engine/context/working-with-contexts.md +++ b/engine/context/working-with-contexts.md @@ -155,7 +155,7 @@ Use the appropriate command below to set the context to `docker-test` using an e Windows PowerShell: ```console -> $Env:DOCKER_CONTEXT=docker-test +> $env:DOCKER_CONTEXT='docker-test' ``` Linux: