Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2718,7 +2718,7 @@ protected override void ProcessRecord()
{
// Get the localized prompt string

string prompt = StringUtil.Format(NavigationResources.RemoveItemWithChildren, resolvedPath.Path);
string prompt = StringUtil.Format(NavigationResources.RemoveItemWithChildren, providerPath);

// Confirm the user wants to remove all children and the item even if
// they did not specify -recurse
Expand Down
Loading