Skip to content

Commit 287fc81

Browse files
committed
-
1 parent 153488b commit 287fc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Pog/lib_compiled/Pog/src/Commands/ConfirmPogCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private void ValidateAll() {
8989
foreach (var packageRoot in _packages.PackageRoots.AllPackageRoots) {
9090
if (!Directory.Exists(packageRoot)) {
9191
AddIssue($"Package root '{packageRoot}' is registered, but the directory does not exist. " +
92-
$"Remove the package root using 'Edit-PogRootList'.");
92+
$"Remove the package root using 'Edit-PogRoot'.");
9393
continue;
9494
}
9595

0 commit comments

Comments
 (0)