Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit fdb86a7

Browse files
Clark Hsujordimassaguerpla
authored andcommitted
fix suggestion for vspshere configuration (#1618) (#1131)
fix suggestion for vspshere configuration (#1618) Signed-off-by: cclhsu <clark.hsu@suse.com> (cherry picked from commit b539523)
1 parent 413fd34 commit fdb86a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/skuba/actions/cluster/init/assets.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ user = "<VC_USERNAME>"
125125
password = "<VC_PASSWORD>"
126126
port = "443"
127127
insecure-flag = "1"
128-
[VirtualCenter <VC_IP_OR_FQDN>]
128+
[VirtualCenter "<VC_IP_OR_FQDN>"]
129129
datacenters = "<VC_DATACENTERS>"
130130
[Workspace]
131131
server = "<VC_IP_OR_FQDN>"
@@ -154,7 +154,7 @@ user = "<VC_USERNAME>"
154154
password = "<VC_PASSWORD>"
155155
port = "443"
156156
insecure-flag = "1"
157-
[VirtualCenter <VC_IP_OR_FQDN>]
157+
[VirtualCenter "<VC_IP_OR_FQDN>"]
158158
datacenters = "<VC_DATACENTERS>"
159159
[Workspace]
160160
server = "<VC_IP_OR_FQDN>"

0 commit comments

Comments
 (0)