From 32f26157957a99516f98f98eb2905b15f0fcf447 Mon Sep 17 00:00:00 2001 From: drieseng Date: Sun, 7 Jun 2020 15:31:29 +0200 Subject: [PATCH] Fix path to source file. --- src/Renci.SshNet/SshClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Renci.SshNet/SshClient.cs b/src/Renci.SshNet/SshClient.cs index b6b7cbb0..49c9ff84 100644 --- a/src/Renci.SshNet/SshClient.cs +++ b/src/Renci.SshNet/SshClient.cs @@ -261,7 +261,7 @@ namespace Renci.SshNet /// This method internally uses asynchronous calls. /// /// - /// + /// /// /// CommandText property is empty. /// Invalid Operation - An existing channel was used to execute this command.