Skip to content

Commit ba1e890

Browse files
authored
Merge pull request #20720 from afmsavage/patch-1
Fixed configure-access-multiple-clusters.md
2 parents 421caff + d13ae7a commit ba1e890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export KUBECONFIG=$KUBECONFIG:$HOME/.kube/config
346346
```
347347
### Windows Powershell
348348
```shell
349-
$Env:KUBECONFIG=($Env:KUBECONFIG;$HOME/.kube/config)
349+
$Env:KUBECONFIG="$Env:KUBECONFIG;$HOME\.kube\config"
350350
```
351351

352352
View configuration information merged from all the files that are now listed

0 commit comments

Comments
 (0)