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 5fd5887 commit 62810b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions updater/bin/update_script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def show_diff(original_file, updated_file)
####################################################
# Setup the hostname, protocol and port to be used #
####################################################
$api_endpoint = "#{$options[:azure_protocol]}://#{$options[:azure_hostname]}:#{$options[:azure_port]}/"
$api_endpoint = "#{$options[:azure_protocol]}://#{$options[:azure_hostname]}/"
# Full name of the repo targeted.
$repo_name = "#{$options[:azure_organization]}/#{$options[:azure_project]}/_git/#{$options[:azure_repository]}"
puts "Using '#{$api_endpoint}' as API endpoint"
Expand All @@ -478,8 +478,7 @@ def show_diff(original_file, updated_file)
if $options[:requirements_update_strategy]
puts "Using '#{$options[:requirements_update_strategy]}' requirements update strategy"
end

DEPENDABOT_DIRECTORY

puts "Debug 0"
puts "Debug 1 #{$options[:directory]}"
puts "Debug 2 #{$options[:vendor_dependencies]}"
Expand Down

0 comments on commit 62810b4

Please sign in to comment.