diff --git a/Source/v2/Meadow.CLI/Commands/Current/Provision/ProvisionCommand.cs b/Source/v2/Meadow.CLI/Commands/Current/Provision/ProvisionCommand.cs index 14781c20..5ecac53a 100644 --- a/Source/v2/Meadow.CLI/Commands/Current/Provision/ProvisionCommand.cs +++ b/Source/v2/Meadow.CLI/Commands/Current/Provision/ProvisionCommand.cs @@ -97,7 +97,7 @@ protected override async ValueTask ExecuteCommand() refreshDeviceList = AnsiConsole.Confirm(Strings.Provision.RefreshDeviceList); } while (!refreshDeviceList); - string path = AppTools.ValidateAndSanitizeAppPath(System.IO.Path.Combine(Path, "provision.json")); + string path = System.IO.Path.Combine(Path, "provision.json"); if (!string.IsNullOrWhiteSpace(path) && !File.Exists(path))