lib/chef/provisioning/vsphere_driver/vsphere_url.rb in chef-provisioning-vsphere-2.0.0 vs lib/chef/provisioning/vsphere_driver/vsphere_url.rb in chef-provisioning-vsphere-2.0.2
- old
+ new
@@ -1,11 +1,11 @@
-# frozen_string_literal: true
+# frozen_string_literal: false
require 'uri'
module URI
class VsphereUrl < Generic
DEFAULT_PORT = 443
- DEFAULT_PATH = '/sdk'
+ DEFAULT_PATH = '/sdk'.freeze
def self.from_config(options)
parts = []
parts << 'vsphere://'
parts << options[:host]