From 225370fc48622bbffa008d0ad36174dbc7530dee Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Fri, 15 Nov 2019 16:02:47 -0500 Subject: [PATCH] Fix remove-matcher syntax (#211) --- docs/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands.md b/docs/commands.md index 19b17201..d1e438e2 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -107,7 +107,7 @@ Problems matchers can be used to scan a build's output to automatically surface ```bash echo "::add-matcher::eslint-compact-problem-matcher.json" -echo "::remove-matcher::eslint-compact" +echo "::remove-matcher owner=eslint-compact::" ``` `add-matcher` takes a path to a Problem Matcher file