Skip to content

Commit

Permalink
Fix: Issue enabling local extensions in CLI (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajerin authored Apr 22, 2024
1 parent c626ea0 commit 0e72abc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tembo-cli/src/cmd/apply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1188,11 +1188,6 @@ async fn get_loadable_libraries(
for ext in extensions.iter() {
let trunk_projects = get_trunk_projects(&ext.name).await?;

// If more than 1 trunk_project is returned then skip adding "shared_preload_libraries"
if trunk_projects.len() > 1 {
return Ok(shared_preload_libraries);
}

for trunk_project in trunk_projects.iter() {
if let Some(extensions) = trunk_project.extensions.as_ref() {
for trunk_extension in extensions.iter() {
Expand Down

0 comments on commit 0e72abc

Please sign in to comment.