Skip to content

Commit

Permalink
fixup! build: implement flexible site-selection system
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Nov 7, 2023
1 parent a936f7e commit 20992d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/target_config_lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ local function site_specific_packages(dev_info)

-- First read enabled features from site
if file_exists(features_file_path) then
site_features = compact_list(site_selection_lib.get_selection({feature_file_path}, env, dev_info), false)
site_features = compact_list(site_selection_lib.get_selection({features_file_path}, env, dev_info), false)
end

-- Create List from packages inherited from features
Expand Down

0 comments on commit 20992d1

Please sign in to comment.