Skip to content

Commit

Permalink
Merge pull request #47 from luthermonson/master
Browse files Browse the repository at this point in the history
updating to new default value
  • Loading branch information
dramich authored Nov 5, 2019
2 parents 8ebe1f8 + 51f0f30 commit 1365624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/vmwarevsphere/vsphere.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const (
defaultMemory = 2048
defaultDiskSize = 20480
defaultSDKPort = 443
defaultCreationType = "manual"
defaultCreationType = "legacy"
)

func NewDriver(hostName, storePath string) drivers.Driver {
Expand Down

0 comments on commit 1365624

Please sign in to comment.