Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhuklinets authored Aug 20, 2024
1 parent 2b8acb4 commit b0ca19b
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 @@ -483,7 +483,7 @@ def show_diff(original_file, updated_file)
# $api_endpoint = "#{$options[:azure_protocol]}://#{$options[:azure_hostname]}:#{$options[:azure_port]}/"
# $hostname = "#{$options[:azure_hostname]}:#{$options[:azure_port]}"
$api_endpoint = "#{$options[:azure_protocol]}://#{$options[:azure_hostname]}/"
$hostname = "#{$options[:azure_hostname]}"
$hostname = $options[:azure_hostname]

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

0 comments on commit b0ca19b

Please sign in to comment.