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 Aug 19, 2024
1 parent 8b0d403 commit 8ee5ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/bin/update_script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def show_diff(original_file, updated_file)
####################################################
$options[:azure_port] = ENV["AZURE_PORT"] || ($options[:azure_protocol] == "http" ? "80" : "443")
$api_endpoint = "#{$options[:azure_protocol]}://#{$options[:azure_hostname]}:#{$options[:azure_port]}/"
$hostname = "#{$options[:azure_hostname]}:#{$options[:azure_port]}"
# $hostname = "#{$options[:azure_hostname]}:#{$options[:azure_port]}"

unless $options[:azure_virtual_directory].empty?
$api_endpoint = $api_endpoint + "#{$options[:azure_virtual_directory]}/"
Expand Down

0 comments on commit 8ee5ff8

Please sign in to comment.