Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhuklinets authored Aug 19, 2024
1 parent 3380e31 commit 66e0c8c
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 @@ -485,7 +485,7 @@ def show_diff(original_file, updated_file)
$hostname = $options[:azure_hostname]

unless $options[:azure_virtual_directory].empty?
$api_endpoint = $api_endpoint + "#{$options[:azure_virtual_directory]}/"
# $api_endpoint = $api_endpoint + "#{$options[:azure_virtual_directory]}/"
# $hostname = $hostname + "/#{$options[:azure_virtual_directory]}"
end
# Full name of the repo targeted.
Expand Down

0 comments on commit 66e0c8c

Please sign in to comment.