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:
authorwarwickmm <warwickmm@users.noreply.github.com>2021-11-12 05:41:49 +0300
committerGitHub <noreply@github.com>2021-11-12 05:41:49 +0300
commitea98145f8b992ff53adf704ff2d399e7760fbb39 (patch)
tree8ef3cb28c469d1588d2406b857809c55c71f3d35 /Duplicati/CommandLine/BackendTool/Program.cs
parent0a1b32e1887c98c6034c9fafdfddcb8f8f31e207 (diff)
parent44673ef759a32326cda21d752839e5b036a1a467 (diff)
Merge pull request #4634 from dferreyra/fix_windows_relative_paths
Fix handling of relative paths when adding prefix to Windows paths.
Diffstat (limited to 'Duplicati/CommandLine/BackendTool/Program.cs')
-rw-r--r--Duplicati/CommandLine/BackendTool/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/CommandLine/BackendTool/Program.cs b/Duplicati/CommandLine/BackendTool/Program.cs
index 0b30706cd..c72cee92d 100644
--- a/Duplicati/CommandLine/BackendTool/Program.cs
+++ b/Duplicati/CommandLine/BackendTool/Program.cs
@@ -25,7 +25,7 @@ using System.Threading;
namespace Duplicati.CommandLine.BackendTool
{
- class Program
+ public class Program
{
/// <summary>
/// The main entry point for the application.