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 cf11932 commit a5ef85e
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 @@ -486,7 +486,7 @@ def show_diff(original_file, updated_file)

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

0 comments on commit a5ef85e

Please sign in to comment.