posh gets confused about variable names somtimes

Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
pull/252/head
Mike Stevenson 2017-10-24 13:29:27 -07:00
parent 31f985a30d
commit 51b8ea85b5
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ done
#### Windows #### Windows
``` ```
@('worker-0','worker-1','worker-2') | ForEach-Object { @('worker-0','worker-1','worker-2') | ForEach-Object {
gcloud compute scp $_.kubeconfig kube-proxy.kubeconfig $_:/home/$env:USERNAME/ gcloud compute scp "$_.kubeconfig" kube-proxy.kubeconfig ${_}:/home/$env:USERNAME/
} }
``` ```