From d8981fe20a50379df4fa155f00e9822cd1446dd8 Mon Sep 17 00:00:00 2001 From: Marcus Puckett <13648427+mpuckett159@users.noreply.github.com> Date: Thu, 18 Nov 2021 10:27:50 -0800 Subject: [PATCH] Update site/content/en/docs/handbook/pushing.md Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com> --- site/content/en/docs/handbook/pushing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/handbook/pushing.md b/site/content/en/docs/handbook/pushing.md index ac210d0fae..9a1c05e1c5 100644 --- a/site/content/en/docs/handbook/pushing.md +++ b/site/content/en/docs/handbook/pushing.md @@ -214,7 +214,7 @@ Note: On macOS the remote client is called "podman", since there is no local "po This is similar to docker-env but only for CRI-O runtime. To push directly to CRI-O, configure podman client on your host using the podman-env command in your shell: -Powershell +PowerShell ```shell & minikube -p minikube podman-env --shell powershell | Invoke-Expression ```