Skip to content

Commit

Permalink
HCKInstall: Fix driver loading
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Kostiuk <konstantin@daynix.com>
  • Loading branch information
kostyanf14 authored and YanVugenfirer committed Feb 20, 2024
1 parent 9f8a643 commit 165b46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engines/hckinstall/hckinstall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def read_driver(driver)
end

def find_drivers
driver_names.map do |short_name|
@project.options.install.drivers.map do |short_name|
driver = read_driver(short_name)

driver['short'] = short_name
Expand Down

0 comments on commit 165b46f

Please sign in to comment.