Skip to content

Commit

Permalink
Update update_script.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhuklinets authored Feb 13, 2024
1 parent 0c1c9c9 commit 6902d83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions updater/bin/update_script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,7 @@ def show_diff(original_file, updated_file)
####################################################
# Setup the hostname, protocol and port to be used #
####################################################
# $options[:azure_port] = ENV["AZURE_PORT"] || ($options[:azure_protocol] == "http" ? "80" : "443")
$api_endpoint = "#{$options[:azure_protocol]}://#{$options[:azure_hostname]}
# :#{$options[:azure_port]}/"
unless $options[:azure_virtual_directory].empty?
$api_endpoint = $api_endpoint + "#{$options[:azure_virtual_directory]}/"
end
Expand Down

0 comments on commit 6902d83

Please sign in to comment.