diff --git a/src/D2L.Bmx/UpdateHandler.cs b/src/D2L.Bmx/UpdateHandler.cs index 926d5689..3760b474 100644 --- a/src/D2L.Bmx/UpdateHandler.cs +++ b/src/D2L.Bmx/UpdateHandler.cs @@ -97,7 +97,7 @@ private static string GetOSFileName() { public static void Cleanup() { if( Directory.Exists( BmxPaths.OLD_BMX_VERSIONS_PATH ) ) { try { - Directory.Delete( BmxPaths.OLD_BMX_VERSIONS_PATH,true ); + Directory.Delete( BmxPaths.OLD_BMX_VERSIONS_PATH, true ); } catch( Exception ) { Console.Error.WriteLine( "WARNING: Failed to delete old version files" ); }