fixing bug when installing local plugins

This commit is contained in:
Austin McKinley 2011-07-13 13:12:53 -07:00 committed by kimchy
parent bd85d32756
commit e98860dc29
1 changed files with 2 additions and 0 deletions

View File

@ -134,9 +134,11 @@ public class PluginManager {
}
} else {
System.out.println("Using plugin from local fs: " + pluginFile.getAbsolutePath());
downloaded = true;
}
} else {
System.out.println("Using plugin from local fs: " + pluginFile.getAbsolutePath());
downloaded = true;
}
if (!downloaded) {