Skip to content

Commit cf47ceb

Browse files
author
Lee Fine
committed
1 parent 9d4788d commit cf47ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RemoteFile/RemoteHandlers/SSHHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ public override bool DoesFileExist(string path)
416416
}
417417
catch (Exception ex)
418418
{
419-
_logger.LogError(RemoteFileException.FlattenExceptionMessages(ex, "Error checking existence of file {path} using SFTP"));
419+
_logger.LogError(RemoteFileException.FlattenExceptionMessages(ex, $"Error checking existence of file {path} using SFTP"));
420420
throw;
421421
}
422422
finally

0 commit comments

Comments
 (0)