We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153488b commit 287fc81Copy full SHA for 287fc81
app/Pog/lib_compiled/Pog/src/Commands/ConfirmPogCommand.cs
@@ -89,7 +89,7 @@ private void ValidateAll() {
89
foreach (var packageRoot in _packages.PackageRoots.AllPackageRoots) {
90
if (!Directory.Exists(packageRoot)) {
91
AddIssue($"Package root '{packageRoot}' is registered, but the directory does not exist. " +
92
- $"Remove the package root using 'Edit-PogRootList'.");
+ $"Remove the package root using 'Edit-PogRoot'.");
93
continue;
94
}
95
0 commit comments