swapping quotes because linux doesn't care and windows does

This commit is contained in:
Mike Stevenson
2017-10-30 14:43:03 -07:00
parent d086652bd6
commit 3c21ed5d09

View File

@@ -24,7 +24,7 @@ done
```
@('worker-0','worker-1','worker-2') | ForEach-Object {
gcloud compute instances describe $_ `
--format '(networkInterfaces[0].networkIP,metadata.items[0].value)'
--format "value[separator=' '](networkInterfaces[0].networkIP,metadata.items[0].value)"
}
```
> output