Skip to content

Commit

Permalink
Fixes #36830 - transform_vars on preseed_path
Browse files Browse the repository at this point in the history
  • Loading branch information
quartsize committed Oct 13, 2023
1 parent d329c93 commit f7c31d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/operatingsystems/debian.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def preseed_server(medium_provider)
end

def preseed_path(medium_provider)
medium_provider.medium_uri.select(:path, :query).compact.join('?')
medium_provider.medium_uri(&method(:transform_vars)).select(:path, :query).compact.join('?')
end

def boot_file_sources(medium_provider, &block)
Expand Down

0 comments on commit f7c31d2

Please sign in to comment.