Skip to content

Commit

Permalink
fix suggestion for vspshere configuration (#1618) (#1131)
Browse files Browse the repository at this point in the history
fix suggestion for vspshere configuration (#1618)

Signed-off-by: cclhsu <[email protected]>
(cherry picked from commit 2079e52)
  • Loading branch information
Clark Hsu authored and jordimassaguerpla committed May 29, 2020
1 parent dcb5292 commit 87e33cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/skuba/actions/cluster/init/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ user = "<VC_USERNAME>"
password = "<VC_PASSWORD>"
port = "443"
insecure-flag = "1"
[VirtualCenter <VC_IP_OR_FQDN>]
[VirtualCenter "<VC_IP_OR_FQDN>"]
datacenters = "<VC_DATACENTERS>"
[Workspace]
server = "<VC_IP_OR_FQDN>"
Expand Down Expand Up @@ -154,7 +154,7 @@ user = "<VC_USERNAME>"
password = "<VC_PASSWORD>"
port = "443"
insecure-flag = "1"
[VirtualCenter <VC_IP_OR_FQDN>]
[VirtualCenter "<VC_IP_OR_FQDN>"]
datacenters = "<VC_DATACENTERS>"
[Workspace]
server = "<VC_IP_OR_FQDN>"
Expand Down

0 comments on commit 87e33cc

Please sign in to comment.