adds missing paren that was causing build error

This commit is contained in:
Andrew Welker
2020-03-31 10:36:19 -06:00
parent aaf6d0a21a
commit e0ca3ac2be

View File

@@ -415,7 +415,7 @@ namespace PepperDash.Essentials
// Deal with any .cplz files
UnzipAndMoveCplzArchives();
if(Directory.Exists(_loadedPluginsDirectoryPath) {
if(Directory.Exists(_loadedPluginsDirectoryPath)) {
// Load the assemblies from the loadedPlugins folder into the AppDomain
LoadPluginAssemblies();