From 59c99f6d0b51a93edf52a199ba2d4b92deccad93 Mon Sep 17 00:00:00 2001 From: Egor Ivanov <8607348+cheshi-mantu@users.noreply.github.com> Date: Thu, 20 Jul 2023 19:23:20 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3228793..d7dfd68 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ where ### Use allurectl to upload the test results to Allure TestOps ```yaml - - run: allurect watch -- + - run: allurectl watch -- env: ALLURE_RESULTS: ```