From defa1a12e9bce18f7fa8ec8c408d23afc1716d75 Mon Sep 17 00:00:00 2001 From: ArmaanMcleod Date: Mon, 12 Jun 2023 15:15:03 +1000 Subject: [PATCH] Rename file from PingPathCommand.cs to TestPathCommand.cs --- .../management/{PingPathCommand.cs => TestPathCommand.cs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/Microsoft.PowerShell.Commands.Management/commands/management/{PingPathCommand.cs => TestPathCommand.cs} (100%) diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/PingPathCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/TestPathCommand.cs similarity index 100% rename from src/Microsoft.PowerShell.Commands.Management/commands/management/PingPathCommand.cs rename to src/Microsoft.PowerShell.Commands.Management/commands/management/TestPathCommand.cs