lib/chef/provisioning/vsphere_driver/vsphere_url.rb in chef-provisioning-vsphere-1.0.0 vs lib/chef/provisioning/vsphere_driver/vsphere_url.rb in chef-provisioning-vsphere-1.1.0
- old
+ new
@@ -2,10 +2,10 @@
require 'uri'
module URI
class VsphereUrl < Generic
DEFAULT_PORT = 443
- DEFAULT_PATH = '/sdk'.freeze
+ DEFAULT_PATH = '/sdk'
def self.from_config(options)
parts = []
parts << 'vsphere://'
parts << options[:host]