Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2020-01-18 04:13:30 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2020-01-18 20:36:03 +0300
commitbfbae6fcaf9ca5f65327dc975e586aede0d18745 (patch)
treeaa559dd3b1b926e11a8d10892423dde006fc240e /Duplicati/CommandLine
parent11acabdcb5c92ebdca0374f2c328d5fcf1b8604f (diff)
Add test for restoring files using RecoveryTool.
Diffstat (limited to 'Duplicati/CommandLine')
-rw-r--r--Duplicati/CommandLine/RecoveryTool/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/CommandLine/RecoveryTool/Program.cs b/Duplicati/CommandLine/RecoveryTool/Program.cs
index 0d6361330..90fdb93c5 100644
--- a/Duplicati/CommandLine/RecoveryTool/Program.cs
+++ b/Duplicati/CommandLine/RecoveryTool/Program.cs
@@ -20,7 +20,7 @@ using System.Collections.Generic;
namespace Duplicati.CommandLine.RecoveryTool
{
- static class Program
+ public static class Program
{
/// <summary>
/// The main entry point for the application.