Skip to content

Commit 638a30c

Browse files
committed
Fix path to source file.
1 parent b5dcca9 commit 638a30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet/SshClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public SshCommand CreateCommand(string commandText, Encoding encoding)
261261
/// <remarks>This method internally uses asynchronous calls.</remarks>
262262
/// <example>
263263
/// <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest.cs" region="Example SshCommand RunCommand Result" language="C#" title="Running simple command" />
264-
/// <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest..cs" region="Example SshCommand RunCommand Parallel" language="C#" title="Run many commands in parallel" />
264+
/// <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest.cs" region="Example SshCommand RunCommand Parallel" language="C#" title="Run many commands in parallel" />
265265
/// </example>
266266
/// <exception cref="ArgumentException">CommandText property is empty.</exception>
267267
/// <exception cref="T:Renci.SshNet.Common.SshException">Invalid Operation - An existing channel was used to execute this command.</exception>

0 commit comments

Comments
 (0)