Skip to content

Commit

Permalink
fix: typo in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Mar 29, 2023
1 parent 2af0da6 commit e16c512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private boolean reconcile(PluginCatalog catalog) {
*/
public boolean sync() {
boolean catalogModified = reconcile();
Map<String, Plugin> installedPlugins = getInstallablePlugins();
Map<String, Plugin> installedPlugins = getInstalledPlugins();
Map<String, Plugin> extensionPlugins = state.getExtensionPlugins();
Map<String, Plugin> pluginsToInstall = extensionPlugins.entrySet().stream()
.filter(e -> !installedPlugins.containsKey(e.getKey()))
Expand Down

0 comments on commit e16c512

Please sign in to comment.