Skip to content

Commit

Permalink
fix previous broken commit
Browse files Browse the repository at this point in the history
  • Loading branch information
annaborn committed Mar 8, 2024
1 parent 59eb9ca commit c2a7bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/autoproj/git_server_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def self.git_server_configuration(name, base_url,
Autoproj.add_source_handler name.downcase do |url, private: false, **vcs_options|
if add_suffix
url += ".git" if url !~ /\.git$/
end
url = "/#{url}" if url !~ /^\//

unless GIT_SERVER_CONFIG_VARS.all? { |v| config.has_value_for?("#{name}#{v}") }
Expand Down

0 comments on commit c2a7bdf

Please sign in to comment.